You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/guides/terraform/checkov.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This guide will walk you through generating a report with [Checkov](https://www.
12
12
13
13
## What is Checkov?
14
14
15
-
[Checkov](https://www.checkov.io/) is a static code analysis tool for scanning infrastructure as code (IaC) files for misconfigurations. Checkov provides several key benefits for your projects:
15
+
Checkov is a static code analysis tool for scanning infrastructure as code (IaC) files for misconfigurations. Checkov provides several key benefits for your projects:
16
16
17
17
-**Security Scanning**: Automatically detects misconfigurations and security vulnerabilities in your infrastructure code before deployment
18
18
-**Compliance**: Helps ensure your infrastructure meets compliance requirements like HIPAA and PCI-DSS
@@ -25,10 +25,10 @@ This guide will walk you through generating a report with [Checkov](https://www.
25
25
Before you begin, ensure you have:
26
26
27
27
-[AWS CLI](https://aws.amazon.com/cli/) installed and configured
0 commit comments