Skip to content

Commit 32777ff

Browse files
fix(ci): trufflehog action injects --fail itself — drop the duplicate (#64)
Last red on Secret Scanner after #63: the SHA-pinned trufflehog action (v3.95.6) injects `--fail` internally, so the repo job's `extra_args: --only-verified --fail` dies with `flag 'fail' cannot be repeated` (the old unpinned `@main` predated the injection). `--results=verified` replaces the deprecated `--only-verified`; fail-on-verified-findings behavior is unchanged. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 1d9915c commit 32777ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/secret-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: TruffleHog Secret Scan
2929
uses: trufflesecurity/trufflehog@30d5bb91af1a771378349dbbb0c82129392acf70 # v3.95.6
3030
with:
31-
extra_args: --only-verified --fail
31+
extra_args: --results=verified

0 commit comments

Comments
 (0)