Commit 32777ff
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
0 commit comments