We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07d587 commit dac0b57Copy full SHA for dac0b57
.github/workflows/trufflehog.yml
@@ -12,4 +12,7 @@ jobs:
12
with:
13
fetch-depth: 0
14
- name: Secret Scanning
15
- uses: trufflesecurity/trufflehog@main
+ 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