mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
feat(ci): ignore trufflehog unverified results (#36031)
This commit is contained in:
parent
9855acb9c5
commit
c98b467905
1 changed files with 2 additions and 0 deletions
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 a new issue