File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 88 branches :
99 - master
1010
11+ permissions :
12+ contents : read
13+ pull-requests : write
14+
1115jobs :
1216 check :
1317 runs-on : ubuntu-latest
2630 with :
2731 github_token : ${{ secrets.GITHUB_TOKEN }}
2832
29- - name : setup tools
33+ - name : check
3034 run : |
31- curl -L "$(curl -s https://api.github.com/repos/aquasecurity/tfsec/releases/latest | grep -m 1 -o -E "https://.+?tfsec-linux-amd64")" > tfsec && chmod +x tfsec && sudo mv tfsec /usr/bin/
3235 tflint --init
36+ make init fmt validate tflint
3337
34- - run : make
38+ - name : tfsec
39+ uses : aquasecurity/tfsec-pr-commenter-action@v1.2.0
40+ with :
41+ github_token : ${{ secrets.GITHUB_TOKEN }}
42+ additional_args : --exclude-downloaded-modules
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/antonbabenko/pre-commit-terraform
3- rev : v1.72.1
3+ rev : v1.75.0
44 hooks :
55 - id : terraform_fmt
66 - id : terraform_validate
Original file line number Diff line number Diff line change 44
55plugin "aws" {
66 enabled = true
7- version = " 0.14.0 "
7+ version = " 0.17.1 "
88 source = " github.com/terraform-linters/tflint-ruleset-aws"
99}
You can’t perform that action at this time.
0 commit comments