Spaces:
Running
Running
feat(ci): ignore unverified trufflehog results
Browse filessee https://github.com/huggingface/huggingface.js/pull/1172
.github/workflows/trufflehog.yml
CHANGED
@@ -13,3 +13,5 @@ jobs:
|
|
13 |
fetch-depth: 0
|
14 |
- name: Secret Scanning
|
15 |
uses: trufflesecurity/trufflehog@main
|
|
|
|
|
|
13 |
fetch-depth: 0
|
14 |
- name: Secret Scanning
|
15 |
uses: trufflesecurity/trufflehog@main
|
16 |
+
with:
|
17 |
+
extra_args: --results=verified,unknown
|