mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-19 15:52:08 +00:00
fix: trufflehog
This commit is contained in:
parent
728cbfa4c6
commit
f866e9853c
3
.github/workflows/trufflehog.yaml
vendored
3
.github/workflows/trufflehog.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user