Skip to content

Add tflint gha workflow #180

Add tflint gha workflow

Add tflint gha workflow #180

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/[email protected]
- name: Run tfsec
uses: aquasecurity/[email protected]
with:
sarif_file: tfsec.sarif
- name: Upload SARIF file
uses: github/codeql-action/[email protected]
with:
sarif_file: tfsec.sarif