diff --git a/.github/workflows/secret-scan.yml b/.github/workflows/secret-scan.yml index 17919d0..b9860f9 100644 --- a/.github/workflows/secret-scan.yml +++ b/.github/workflows/secret-scan.yml @@ -65,9 +65,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 --exclude-detectors="datadogtoken,lob" else - trufflehog git file://. --only-verified --github-actions --fail --exclude-detectors="datadogtoken" + trufflehog git file://. --only-verified --github-actions --fail --exclude-detectors="datadogtoken,lob" fi - name: Send Alert to SIEM id: alert