Skip to content

chore(deps): update amannn/action-semantic-pull-request digest to e9fabac #306

chore(deps): update amannn/action-semantic-pull-request digest to e9fabac

chore(deps): update amannn/action-semantic-pull-request digest to e9fabac #306

Workflow file for this run

---
name: TfSec
# yamllint disable-line rule:truthy
on:
pull_request:
schedule:
- cron: "47 3 * * 1"
jobs:
tfsec:
name: Run tfsec sarif report
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Clone repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Run tfsec
uses: tfsec/tfsec-sarif-action@21ded20e8ca120cd9d3d6ab04ef746477542a608 # v0.1.4
with:
sarif_file: tfsec.sarif
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@2f93e4319b2f04a2efc38fa7f78bd681bc3f7b2f # v2.23.2
with:
# Path to SARIF file relative to the root of the repository
sarif_file: tfsec.sarif