Skip to content

Terraform Doc

Terraform Doc #530

Workflow file for this run

name: tfsec
on:
push:
branches: [ "main" ]
pull_request:
schedule:
- cron: '15 19 * * 6'
jobs:
tfsec:
name: Run tfsec sarif report
runs-on: ubuntu-24.04-arm

Check failure on line 13 in .github/workflows/tfsec.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tfsec.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Clone repo
uses: actions/checkout@v3
- name: Run tfsec
uses: aquasecurity/tfsec-sarif-action@21ded20e8ca120cd9d3d6ab04ef746477542a608
with:
sarif_file: tfsec.sarif
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
# Path to SARIF file relative to the root of the repository
sarif_file: tfsec.sarif