Commit a5f3290
fix(ci): remove leftover redundant trufflehog job from secret-scanner.yml
The inline `trufflehog:` job ran `trufflesecurity/trufflehog@main` with
`extra_args: --only-verified --fail`. The @main action now injects `--fail`
itself, so the job died at argument parsing ("flag \x27fail\x27 cannot be
repeated") BEFORE scanning anything — the secret scanner was providing zero
coverage.
The canonical rsr-template-repo secret-scanner.yml deliberately retired the
inline TruffleHog job as redundant: the pinned standards reusable runs
gitleaks + a Rust-secrets check, sufficient coverage at lower cost. This syncs
the repo to that canon; the working gitleaks `scan` job is untouched. Also
clears the `governance / Workflow security linter` finding (unpinned
trufflehog@main).
Verified: actionlint clean; reusable call intact; no trufflehog refs remain.
Proven green end-to-end on ochrance-framework#28.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent df50256 commit a5f3290
1 file changed
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
0 commit comments