Skip to content

chore(deps): lock file maintenance #494

chore(deps): lock file maintenance

chore(deps): lock file maintenance #494

Workflow file for this run

name: secrets_scan
on:
pull_request:
branches: [main]
jobs:
trufflehog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: trufflesecurity/trufflehog@main
with:
path: ./src
base: ${{ github.event.repository.default_branch }}