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
|`checkov`| [checkov](https://github.com/bridgecrewio/checkov) static analysis of terraform templates to spot potential security issues. [Hook notes](#checkov) | `checkov`<br>Ubuntu deps: `python3`, `python3-pip` |
185
-
|`terraform_docs_replace`| Runs `terraform-docs` and pipes the output directly to README.md |`terraform-docs`|
186
-
|`terraform_docs_without_`<br>`aggregate_type_defaults`| Inserts input and output documentation into `README.md` without aggregate type defaults. Hook notes same as for [terraform_docs](#terraform_docs) | `python3`, `terraform-docs` |
187
-
|`terraform_docs`| Inserts input and output documentation into `README.md`. Recommended. [Hook notes](#terraform_docs) | `terraform-docs` |
188
-
|`terraform_fmt`| Rewrites all Terraform configuration files to a canonical format. [Hook notes](#terraform_fmt) | - |
|`terragrunt_fmt`| Rewrites all [Terragrunt](https://github.com/gruntwork-io/terragrunt) configuration files (`*.hcl`) to a canonical format. |`terragrunt`|
194
-
|`terragrunt_validate`| Validates all [Terragrunt](https://github.com/gruntwork-io/terragrunt) configuration files (`*.hcl`) |- |
195
-
|`terrascan`| [terrascan](https://github.com/accurics/terrascan) Detect compliance and security violations. |`terrascan`|
|`checkov`| [checkov](https://github.com/bridgecrewio/checkov) static analysis of terraform templates to spot potential security issues. [Hook notes](#checkov) | `checkov`<br>Ubuntu deps: `python3`, `python3-pip` |
185
+
|`terraform_docs_replace`| Runs `terraform-docs` and pipes the output directly to README.md |`python3`, `terraform-docs`|
186
+
|`terraform_docs_without_`<br>`aggregate_type_defaults`| Inserts input and output documentation into `README.md` without aggregate type defaults. Hook notes same as for [terraform_docs](#terraform_docs) | `terraform-docs` |
187
+
|`terraform_docs`| Inserts input and output documentation into `README.md`. Recommended. [Hook notes](#terraform_docs) | `terraform-docs` |
188
+
|`terraform_fmt`| Rewrites all Terraform configuration files to a canonical format. [Hook notes](#terraform_fmt) | - |
|`terragrunt_fmt`| Rewrites all [Terragrunt](https://github.com/gruntwork-io/terragrunt) configuration files (`*.hcl`) to a canonical format. |`terragrunt`|
194
+
|`terragrunt_validate`| Validates all [Terragrunt](https://github.com/gruntwork-io/terragrunt) configuration files (`*.hcl`) |`terragrunt`|
195
+
|`terrascan`| [terrascan](https://github.com/accurics/terrascan) Detect compliance and security violations. |`terrascan`|
196
196
<!-- markdownlint-enable no-inline-html -->
197
197
198
198
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