Skip to content

Commit cb67bad

Browse files
committed
Remove datadog exclusion
Per INC-874 and INFO-643, we're removing the datadog token exclusion from trufflehog scanning
1 parent f2a9fd9 commit cb67bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/secret-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
id: scan
5858
run: |
5959
if [ -e .secret_scan_ignore ]; then
60-
trufflehog git file://. --only-verified --github-actions --fail --exclude-paths=.secret_scan_ignore --exclude-detectors="datadogtoken"
60+
trufflehog git file://. --only-verified --github-actions --fail --exclude-paths=.secret_scan_ignore"
6161
else
62-
trufflehog git file://. --only-verified --github-actions --fail --exclude-detectors="datadogtoken"
62+
trufflehog git file://. --only-verified --github-actions --fail"
6363
fi
6464
- name: Send Alert to Panther
6565
id: alert

0 commit comments

Comments
 (0)