mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 12:50:06 +06:00
feat(ci): ignore trufflehog unverified results (#36031)
This commit is contained in:
parent
9855acb9c5
commit
c98b467905
2
.github/workflows/trufflehog.yml
vendored
2
.github/workflows/trufflehog.yml
vendored
@ -16,3 +16,5 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Secret Scanning
|
||||
uses: trufflesecurity/trufflehog@main
|
||||
with:
|
||||
extra_args: --results=verified,unknown
|
||||
|
Loading…
Reference in New Issue
Block a user