Skip to content

Commit 8f06190

Browse files
committed
fix: update tflint version, remove old tfsec section
Update tflint to the latest v0.63.1 release to support new configuration files. Remove old tfsec job as this needs to be replaced by Trivy.
1 parent aa42757 commit 8f06190

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

.github/workflows/reusable-terraform-management.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,13 @@ jobs:
1919
- uses: GeoNet/terraform-linters-setup-tflint@07d1d6c7d9bb58ace1a3a6620c6d324905931dfe # master
2020
name: Setup TFLint
2121
with:
22-
tflint_version: v0.44.1
22+
tflint_version: v0.63.1
2323
- name: Init TFLint
2424
run: tflint --init
2525
env:
2626
GITHUB_TOKEN: ${{ github.token }}
2727
- name: Run TFLint
2828
run: tflint -f compact
29-
# tfsec:
30-
# name: tfsec
31-
# runs-on: ubuntu-latest
32-
# steps:
33-
# - if: ${{ startsWith(github.repository, 'GeoNet/') == false }}
34-
# name: require GeoNet org
35-
# run: |
36-
# exit 1
37-
# - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
38-
# - name: tfsec
39-
# uses: aquasecurity/tfsec-action@b466648d6e39e7c75324f25d83891162a721f2d6 # v1.0.3
40-
# with:
41-
# github_token: ${{ github.token }}
4229
terraform:
4330
name: Terraform
4431
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)