Skip to content

Commit 0e9c5ba

Browse files
fix: trufflehog --only-verified (#286)
Recently multiple false positives reported for trufflehog v3: https://splunk.slack.com/archives/CRTNPEZ4M/p1717405810934429 Let's add --only-verified flag to callout to avoid multiple fp for now. Final solution need to be established/reviewed with prodsec. More info on secrets verification in trufflehog: https://trufflesecurity.com/blog/how-trufflehog-verifies-secrets Tests: https://github.com/splunk/splunk-add-on-for-microsoft-office-365/actions/runs/9399856169
1 parent 2833a37 commit 0e9c5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
- name: Secret Scanning Trufflehog
268268
uses: trufflesecurity/trufflehog@v3.77.0
269269
with:
270-
extra_args: -x .github/workflows/exclude-patterns.txt --json
270+
extra_args: -x .github/workflows/exclude-patterns.txt --json --only-verified
271271
version: 3.77.0
272272

273273
semgrep:

0 commit comments

Comments
 (0)