Skip to content

Commit 6bf807e

Browse files
authored
feat(ci): ignore unverified trufflehog results (#1172)
We have had a lot of false positives for unverified trufflehog results, causing the CI pipeline to fail. I had left them intentionally as they were infrequent at first, but given their recent increase in frequency, I feel it's safe to only check for verified secrets.
1 parent 42c6301 commit 6bf807e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/trufflehog.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ jobs:
1616
fetch-depth: 0
1717
- name: Secret Scanning
1818
uses: trufflesecurity/trufflehog@main
19+
with:
20+
extra_args: --results=verified,unknown

0 commit comments

Comments
 (0)