Commit 7f5c783
fix(ci): drop the retired inline trufflehog job (#168)
The permission fix has landed, so `Secret Scanner` now **starts** —
`gitleaks`, `rust-secrets` and `shell-secrets` all pass. But the
workflow still reports **red**, because of a vestigial inline
`trufflehog` job.
`secret-scanner-reusable.yml` **deliberately retired** TruffleHog as
redundant — from its own header:
> Trufflehog removed: gitleaks provides sufficient coverage at lower
cost.
The inline job was left behind when the repo moved to the reusable. It
fails and reds the whole workflow, so the repo keeps emitting
`ci_activity` notifications even though secret scanning is green.
This removes the retired job. Coverage is unchanged — gitleaks in the
reusable already covers it.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent b955d2e commit 7f5c783
1 file changed
Lines changed: 0 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
0 commit comments