Skip to content

Commit 5a3e521

Browse files
hyperpolymathclaude
andcommitted
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 510cfd4 commit 5a3e521

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/secret-scanner.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,3 @@ jobs:
1717
actions: read
1818
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
1919
secrets: inherit
20-
trufflehog:
21-
runs-on: ubuntu-latest
22-
steps:
23-
- uses: actions/checkout@v4
24-
with:
25-
fetch-depth: 0
26-
- name: TruffleHog Secret Scan
27-
uses: trufflesecurity/trufflehog@main
28-
with:
29-
extra_args: --only-verified --fail

0 commit comments

Comments
 (0)