Skip to content

Merge pull request #9 from slowli/aov-chores #1

Merge pull request #9 from slowli/aov-chores

Merge pull request #9 from slowli/aov-chores #1

name: Leaked Secrets Scan
on:
pull_request:
branches: [ "*" ]
push:
branches: ["main"]
jobs:
TruffleHog:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@a94d152bf65bebf5baa486d3d4dfee520af2ceed # v3.88.2
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD
extra_args: --debug --only-verified