Skip to content

Commit 2385f0b

Browse files
authored
Merge pull request #2 from grupoboticario/chore/set-pattern
Set patterns wave one
2 parents f7a3146 + dbb004e commit 2385f0b

File tree

6 files changed

+15
-33
lines changed

6 files changed

+15
-33
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @grupoboticario/sq-devops-dea-ped
1+
* @grupoboticario/devops-chapter

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ updates:
1414
schedule:
1515
interval: weekly
1616

17-
updates:

.github/workflows/dependabot.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/pre-commit.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
name: pre-commit
2-
32
on:
43
pull_request:
5-
branches: [main]
4+
branches:
5+
- main
66
push:
7-
branches: [main]
7+
branches:
8+
- main
89

910
jobs:
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

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

.pre-commit-config.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
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:
@@ -13,6 +13,7 @@ repos:
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"

0 commit comments

Comments
 (0)