Skip to content

ENG-7621: Pin instruction-file audit to App token #131

ENG-7621: Pin instruction-file audit to App token

ENG-7621: Pin instruction-file audit to App token #131

Workflow file for this run

name: Secrets Scan
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 7 * * 1' # weekly baseline
workflow_dispatch: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
scan:
uses: praetorian-inc/public-workflows/.github/workflows/titus-scan.yml@0c602372f3d0d038912dd08e159ecc83954a4995 # v2.9.3
permissions:
contents: read
security-events: write
actions: read
pull-requests: read
with:
fail-on-findings: true