Skip to content

Commit 2c788ee

Browse files
committed
fix: Remove trufflehog postgres buggy detector.
1 parent 4dd59ea commit 2c788ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trufflehog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- name: Secret Scanning
1616
uses: trufflesecurity/trufflehog@main
1717
with:
18-
extra_args: --exclude-globs='test_data/.*'
18+
extra_args: --exclude-globs='test_data/.*' --results=verified,unknown --exclude-detectors=postgres

0 commit comments

Comments
 (0)