vault-auth-tee/.github/workflows/secrets_scanner.yaml
Harald Hoyer d60b17e20f
feat: initial commit
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
2023-10-25 14:46:44 +02:00

18 lines
521 B
YAML

name: Leaked Secrets Scan
on: [pull_request]
jobs:
TruffleHog:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@c9e60866440d9bd0925a31ce6edbc7ceed9a4000
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD
extra_args: --debug --only-verified