Skip to content

Commit

Permalink
exclude datadog detector (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffreyhung authored Jul 15, 2024
1 parent fab9325 commit 9ec534e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/secret-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Run TruffleHog scan
run: |
if [ -e .secret_scan_ignore ]; then
trufflehog git file://. --only-verified --github-actions --fail --exclude-paths=.secret_scan_ignore
trufflehog git file://. --only-verified --github-actions --fail --exclude-paths=.secret_scan_ignore --exclude-detectors="datadogtoken"
else
trufflehog git file://. --only-verified --github-actions --fail
trufflehog git file://. --only-verified --github-actions --fail --exclude-detectors="datadogtoken"
fi

0 comments on commit 9ec534e

Please sign in to comment.