diff --git a/.github/workflows/secret-scan.yml b/.github/workflows/secret-scan.yml index 108e8f4..9ed89ae 100644 --- a/.github/workflows/secret-scan.yml +++ b/.github/workflows/secret-scan.yml @@ -57,9 +57,9 @@ jobs: id: scan run: | if [ -e .secret_scan_ignore ]; then - 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" else - trufflehog git file://. --only-verified --github-actions --fail --exclude-detectors="datadogtoken" + trufflehog git file://. --only-verified --github-actions --fail" fi - name: Send Alert to Panther id: alert