Skip to content

chore(deps): update terraform-linters/setup-tflint action to v3.1.1 #234

chore(deps): update terraform-linters/setup-tflint action to v3.1.1

chore(deps): update terraform-linters/setup-tflint action to v3.1.1 #234

Workflow file for this run

name: tfsec
on:
- pull_request
- push
jobs:
tfsec:
permissions:
actions: read
contents: read
security-events: write
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Run tfsec
uses: aquasecurity/tfsec-sarif-action@21ded20e8ca120cd9d3d6ab04ef746477542a608 # v0.1.4
with:
sarif_file: tfsec.sarif
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5
with:
sarif_file: tfsec.sarif