We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd59ea commit 2c788eeCopy full SHA for 2c788ee
.github/workflows/trufflehog.yaml
@@ -15,4 +15,4 @@ jobs:
15
- name: Secret Scanning
16
uses: trufflesecurity/trufflehog@main
17
with:
18
- extra_args: --exclude-globs='test_data/.*'
+ extra_args: --exclude-globs='test_data/.*' --results=verified,unknown --exclude-detectors=postgres
0 commit comments