Skip to content

Commit 7d77226

Browse files
author
Daniel Abeles
committed
Replace gitleaks with trufflehog for secret scanning
- Remove gitleaks.yaml workflow - Add trufflehog.yaml workflow using trufflesecurity/trufflehog@main - Configure with --only-verified flag for fewer false positives
1 parent 91e8ac9 commit 7d77226

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: gitleaks
1+
name: trufflehog
22

33
on:
44
pull_request:
@@ -7,12 +7,12 @@ on:
77

88
jobs:
99
scan:
10-
name: gitleaks
10+
name: trufflehog
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
16-
- uses: gitleaks/gitleaks-action@v2
17-
env:
18-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
- uses: trufflesecurity/trufflehog@main
17+
with:
18+
extra_args: --only-verified

0 commit comments

Comments
 (0)