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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
*[`TFLint`](https://github.com/terraform-linters/tflint) required for `terraform_tflint` hook.
12
12
*[`TFSec`](https://github.com/liamg/tfsec) required for `terraform_tfsec` hook.
13
13
*[`coreutils`](https://formulae.brew.sh/formula/coreutils) required for `terraform_validate` hook on macOS (due to use of `realpath`).
14
+
*[`checkov`](https://github.com/bridgecrewio/checkov) required for `checkov` hook.
14
15
15
16
##### MacOS
16
17
@@ -76,6 +77,7 @@ There are several [pre-commit](https://pre-commit.com/) hooks to keep Terraform
76
77
|`terragrunt_fmt`| Rewrites all [Terragrunt](https://github.com/gruntwork-io/terragrunt) configuration files (`*.hcl`) to a canonical format. |
77
78
|`terragrunt_validate`| Validates all [Terragrunt](https://github.com/gruntwork-io/terragrunt) configuration files (`*.hcl`) |
78
79
|`terraform_tfsec`|[TFSec](https://github.com/liamg/tfsec) static analysis of terraform templates to spot potential security issues. |
80
+
|`checkov`|[checkov](https://github.com/bridgecrewio/checkov) static analysis of terraform templates to spot potential security issues. |
79
81
80
82
Check the [source file](https://github.com/antonbabenko/pre-commit-terraform/blob/master/.pre-commit-hooks.yaml) to know arguments used for each hook.
0 commit comments