Skip to content

Secret Scan

Secret Scan #88

Workflow file for this run

name: Secret Scan
on:
schedule:
- cron: "0 6 * * *"
push:
branches: [main]
permissions:
contents: read
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: trufflesecurity/trufflehog@main
with:
extra_args: --only-verified