|
@@ -1,6 +1,6 @@
|
|
repos:
|
|
repos:
|
|
- repo: https://github.com/antonbabenko/pre-commit-terraform
|
|
- repo: https://github.com/antonbabenko/pre-commit-terraform
|
|
- rev: v1.31.0
|
|
|
|
|
|
+ rev: v1.74.1
|
|
hooks:
|
|
hooks:
|
|
- id: terraform_docs
|
|
- id: terraform_docs
|
|
always_run: true
|
|
always_run: true
|
|
@@ -16,6 +16,7 @@ repos:
|
|
alias: terraform_tflint_nocreds
|
|
alias: terraform_tflint_nocreds
|
|
name: terraform_tflint_nocreds
|
|
name: terraform_tflint_nocreds
|
|
- id: terraform_tfsec
|
|
- id: terraform_tfsec
|
|
|
|
+ #- id: terraform_checkov - Place holder until we are ready to implement fulltime
|
|
- repo: local
|
|
- repo: local
|
|
hooks:
|
|
hooks:
|
|
- id: terraform_validate
|
|
- id: terraform_validate
|
|
@@ -40,7 +41,7 @@ repos:
|
|
files: \.tf(vars)?$
|
|
files: \.tf(vars)?$
|
|
exclude: examples
|
|
exclude: examples
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
- rev: v3.0.0
|
|
|
|
|
|
+ rev: v4.3.0
|
|
hooks:
|
|
hooks:
|
|
- id: check-case-conflict
|
|
- id: check-case-conflict
|
|
- id: check-json
|
|
- id: check-json
|