Skip to content

Commit dac0b57

Browse files
lewtunkashif
authored andcommitted
🐗 [CI] Fix trufflehog false positives (huggingface#3192)
1 parent e07d587 commit dac0b57

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/trufflehog.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414
- name: Secret Scanning
15-
uses: trufflesecurity/trufflehog@main
15+
uses: trufflesecurity/trufflehog@853e1e8d249fd1e29d0fcc7280d29b03df3d643d
16+
with:
17+
# exclude buggy postgres detector that is causing false positives and not relevant to our codebase
18+
extra_args: --results=verified,unknown --exclude-detectors=postgres

0 commit comments

Comments
 (0)