|
1 | 1 | repos: |
2 | 2 | - repo: https://github.com/antonbabenko/pre-commit-terraform |
3 | | - rev: v1.76.0 |
| 3 | + rev: v1.77.1 |
4 | 4 | hooks: |
5 | 5 | - id: terraform_fmt |
6 | 6 | - id: terraform_tflint |
7 | 7 | args: |
8 | | - - '--args=--only=terraform_deprecated_interpolation' |
9 | | - - '--args=--only=terraform_deprecated_index' |
10 | | - - '--args=--only=terraform_unused_declarations' |
11 | | - - '--args=--only=terraform_comment_syntax' |
12 | | - - '--args=--only=terraform_documented_outputs' |
13 | | - - '--args=--only=terraform_documented_variables' |
14 | | - - '--args=--only=terraform_typed_variables' |
15 | | - #- '--args=--only=terraform_module_pinned_source' |
16 | | - - '--args=--only=terraform_naming_convention' |
17 | | - - '--args=--only=terraform_required_providers' |
18 | | - - '--args=--only=terraform_standard_module_structure' |
19 | | - - '--args=--only=terraform_workspace_remote' |
| 8 | + - "--args=--only=terraform_deprecated_interpolation" |
| 9 | + - "--args=--only=terraform_deprecated_index" |
| 10 | + - "--args=--only=terraform_unused_declarations" |
| 11 | + - "--args=--only=terraform_comment_syntax" |
| 12 | + - "--args=--only=terraform_documented_outputs" |
| 13 | + - "--args=--only=terraform_documented_variables" |
| 14 | + - "--args=--only=terraform_typed_variables" |
| 15 | + - "--args=--only=terraform_naming_convention" |
| 16 | + - "--args=--only=terraform_required_providers" |
| 17 | + - "--args=--only=terraform_standard_module_structure" |
| 18 | + - "--args=--only=terraform_workspace_remote" |
20 | 19 |
|
21 | 20 | - repo: https://github.com/pre-commit/pre-commit-hooks |
22 | | - rev: v4.3.0 |
| 21 | + rev: v4.4.0 |
23 | 22 | hooks: |
24 | 23 | - id: trailing-whitespace |
25 | 24 | - id: end-of-file-fixer |
|
31 | 30 | - id: requirements-txt-fixer |
32 | 31 |
|
33 | 32 | - repo: https://github.com/bridgecrewio/checkov.git |
34 | | - rev: '2.1.280' |
| 33 | + rev: "2.1.280" |
35 | 34 | hooks: |
36 | | - - id: checkov |
37 | | - verbose: true |
38 | | - args: [-d, '.', --framework, 'terraform'] |
| 35 | + - id: checkov |
| 36 | + verbose: true |
| 37 | + args: [-d, ".", --framework, "terraform"] |
0 commit comments