File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1313
1414jobs :
1515 main :
16- uses : getindata/github-workflows/.github/workflows/gh-validate-pr-title.yml@v0.3.1
16+ uses : getindata/github-workflows/.github/workflows/gh-validate-pr-title.yml@v1
Original file line number Diff line number Diff line change 11name : TF Pre-Commit
22
3- permissions : {}
3+ permissions :
4+ contents : read
45
56on :
67 pull_request :
1011
1112jobs :
1213 main :
13- uses : getindata/github-workflows/.github/workflows/tf-pre-commit.yml@v0.3.1
14+ uses : getindata/github-workflows/.github/workflows/tf-pre-commit.yml@v1
1415 with :
1516 # tflint v0.46.0 is the latest version we can use with pre-commit v0.1.20
1617 # See .pre-commit-config.yaml for more details.
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 release :
13- uses : getindata/github-workflows/.github/workflows/gh-create-release.yml@v0.3.1
13+ uses : getindata/github-workflows/.github/workflows/gh-create-release.yml@v1
Original file line number Diff line number Diff line change 1818 args : ["."]
1919
2020 - repo : https://github.com/bridgecrewio/checkov.git
21- rev : " 2.5.9 " # Get the latest from: https://github.com/bridgecrewio/checkov/releases
21+ rev : " 2.5.13 " # Get the latest from: https://github.com/bridgecrewio/checkov/releases
2222 hooks :
2323 - id : checkov
2424 args : [--skip-check, "CKV_TF_1"] # Terraform module sources do not use a git url with a commit hash revision
You can’t perform that action at this time.
0 commit comments