forked from bridgecrewio/checkov
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
guyeisenkot
authored
Dec 9, 2019
1 parent
df66dce
commit 0c9489f
Showing
1 changed file
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
# Checkov | | ||
## Prevent cloud misconfigurations during build time [checkov.io](checkov.io) | ||
# Checkov Documentation | ||
|
||
Checkov is a static code analysis tool for infrastructure-as-code. It scans cloud infrastructure provisioned using Terraform and detects security and compliance misconfigurations. | ||
Checkov is a static code analysis tool for infrastructure-as-code. | ||
|
||
Checkov is written in Python and provides a simple method to write and manage policies. It follows the CIS Foundations benchmarks where applicable. | ||
|
||
See how to install and get Checkov up and running | ||
|
||
Next, check out and learn how to customize and add policies | ||
Checkov is written in Python and aims to simplify and increase the adoption of security and compliance best practices that prevent common cloud misconfigurations. Its scans adhere and implement common industry standards such as the Center for Internet Security (CIS) Amazon Web Services (AWS) Foundations Benchmark. | ||
|
||
|
||
Checkov supports JUnit XML format that enables simple integration to CICD pipelines. Read more about it in the [Results](Results) | ||
|
||
|
||
See how to [install and get Checkov up and running](Introduction/GettingStarted.md). | ||
|
||
Next [learn how to customize and add policies](Introduction/Policies.md). | ||
|
||
![](checkov-4-4ec2e1dd74ed.gif) |