fix: trufflehog

This commit is contained in:
Hugo Larcher 2025-02-17 16:29:28 +01:00
parent 728cbfa4c6
commit f866e9853c
No known key found for this signature in database
GPG Key ID: 3DAF63124699CA2B

View File

@ -17,4 +17,5 @@ jobs:
- name: Secret Scanning
uses: trufflesecurity/trufflehog@main
with:
extra_args: --results=verified,unknown
# exclude buggy postgres detector that is causing false positives and not relevant to our codebase
extra_args: --results=verified,unknown --exclude-detectors=postgres