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 13
13
14
14
jobs :
15
15
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 1
1
name : TF Pre-Commit
2
2
3
- permissions : {}
3
+ permissions :
4
+ contents : read
4
5
5
6
on :
6
7
pull_request :
10
11
11
12
jobs :
12
13
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
14
15
with :
15
16
# tflint v0.46.0 is the latest version we can use with pre-commit v0.1.20
16
17
# See .pre-commit-config.yaml for more details.
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
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 18
18
args : ["."]
19
19
20
20
- 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
22
22
hooks :
23
23
- id : checkov
24
24
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