Skip to content

[Scheduled] TFsec update from main #350

[Scheduled] TFsec update from main

[Scheduled] TFsec update from main #350

name: "[Scheduled] TFsec update from main"
on:
schedule:
# 7am every day
- cron: '0 7 * * *'
jobs:
run:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 # pin@v3
with:
persist-credentials: false
- name: tfsec
uses: aquasecurity/[email protected]
with:
sarif_file: tfsec.sarif
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
with:
# Path to SARIF file relative to the root of the repository
sarif_file: tfsec.sarif