File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v3.4.0
3
+ rev : v4.0.1
4
4
hooks :
5
5
- id : trailing-whitespace
6
6
- id : check-merge-conflict
9
9
- id : detect-private-key
10
10
- id : end-of-file-fixer
11
11
12
- - repo : https://github.com/gruntwork-io/pre-commit
13
- rev : v0.1.12
14
- hooks :
15
- - id : tflint
16
- - id : terraform-validate
17
-
18
12
- repo : git://github.com/antonbabenko/pre-commit-terraform
19
- rev : v1.47 .0
13
+ rev : v1.60 .0
20
14
hooks :
21
15
- id : terraform_fmt
22
16
- id : terraform_tflint
23
- # - id: terraform_tfsec
17
+ - id : terraform_validate
18
+ - id : checkov
24
19
- id : terraform_docs
25
20
args :
26
21
- ' --args=--hide providers --sort-by required'
31
26
- id : terraform-vars
32
27
33
28
- repo : https://github.com/Yelp/detect-secrets
34
- rev : v0.14.3
29
+ rev : v1.1.0
35
30
hooks :
36
31
- id : detect-secrets
37
32
args : ['--baseline', '.secrets.baseline']
You can’t perform that action at this time.
0 commit comments