We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a9fd9 commit cb67badCopy full SHA for cb67bad
.github/workflows/secret-scan.yml
@@ -57,9 +57,9 @@ jobs:
57
id: scan
58
run: |
59
if [ -e .secret_scan_ignore ]; then
60
- trufflehog git file://. --only-verified --github-actions --fail --exclude-paths=.secret_scan_ignore --exclude-detectors="datadogtoken"
+ trufflehog git file://. --only-verified --github-actions --fail --exclude-paths=.secret_scan_ignore"
61
else
62
- trufflehog git file://. --only-verified --github-actions --fail --exclude-detectors="datadogtoken"
+ trufflehog git file://. --only-verified --github-actions --fail"
63
fi
64
- name: Send Alert to Panther
65
id: alert
0 commit comments