File tree Expand file tree Collapse file tree 6 files changed +15
-33
lines changed
Expand file tree Collapse file tree 6 files changed +15
-33
lines changed Original file line number Diff line number Diff line change 1- * @ grupoboticario/sq- devops-dea-ped
1+ * @ grupoboticario/devops-chapter
Original file line number Diff line number Diff line change @@ -14,4 +14,3 @@ updates:
1414 schedule :
1515 interval : weekly
1616
17- updates :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11name : pre-commit
2-
32on :
43 pull_request :
5- branches : [main]
4+ branches :
5+ - main
66 push :
7- branches : [main]
7+ branches :
8+ - main
89
910jobs :
1011 pre-commit :
11- runs-on : [self-hosted, core-shr]
12+ runs-on :
13+ - ch-tech-iac
1214 steps :
1315 - name : Checkout
14- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1517 - name : pre-commit
1618 uses : grupoboticario/actions-tf-pre-commit@v1
Original file line number Diff line number Diff line change @@ -26,5 +26,4 @@ override.tf.json
2626
2727# Ignore CLI configuration files
2828.terraformrc
29- terraform.rc
30- .terraform.lock.hcl
29+ terraform.rc
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/antonbabenko/pre-commit-terraform
3- rev : v1.89.0
3+ rev : v1.96.1
44 hooks :
55 - id : terraform_checkov
66 args :
1313 - --args=--skip-check CKV_AWS_149
1414 - --args=--skip-check CKV_AWS_274
1515 - --args=--skip-check CKV_AWS_356
16+ - --args=--skip-check CKV_AWS_382
1617 - --args=--skip-check CKV2_AWS_5
1718 - --args=--skip-check CKV2_AWS_57
1819 - --args=--skip-check CKV2_AWS_61
@@ -25,8 +26,11 @@ repos:
2526 - id : terraform_fmt
2627 - id : terraform_tflint
2728 - id : terraform_trivy
29+ args :
30+ - --args=--skip-dirs="**/.terraform"
31+ - --args=--tf-exclude-downloaded-modules
2832 # - id: terraform_validate
2933 # - id: terrascan
3034 # args:
3135 # - --args=--non-recursive
32- # - --args=--skip-rules="AC_AWS_0500"
36+ # - --args=--skip-rules="AC_AWS_0500"
You can’t perform that action at this time.
0 commit comments