-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.pre-commit-config.yaml
30 lines (30 loc) · 1.13 KB
/
.pre-commit-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
repos:
- hooks:
- id: terraform_fmt
- args:
- --args=--config=.terraform-docs.yml
id: terraform_docs
- args:
- --args=--config=.terraform-docs-internal.yml
- --hook-config=--path-to-file=.README.md
files: ^modules/test_infrastructure/
id: terraform_docs
- args:
- --args=--only=terraform_deprecated_interpolation
- --args=--only=terraform_deprecated_index
- --args=--only=terraform_module_pinned_source
- --args=--only=terraform_naming_convention
- --args=--only=terraform_workspace_remote
id: terraform_tflint
repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.94.2
- hooks:
- args:
- --compact
- --quiet
- --skip-check
- CKV_GHA_7,CKV_AZURE_1,CKV_AZURE_35,CKV_AZURE_44,CKV_AZURE_49,CKV_AZURE_59,CKV_AZURE_93,CKV_AZURE_97,CKV_AZURE_118,CKV_AZURE_119,CKV_AZURE_120,CKV_AZURE_179,CKV_AZURE_183,CKV_AZURE_190,CKV_AZURE_206,CKV_AZURE_217,CKV_AZURE_218,CKV2_AZURE_1,CKV2_AZURE_10,CKV2_AZURE_12,CKV2_AZURE_18,CKV2_AZURE_31,CKV2_AZURE_33,CKV2_AZURE_39,CKV2_AZURE_40
id: checkov
verbose: true
repo: https://github.com/bridgecrewio/checkov.git
rev: 3.2.255