Commit 22361a9
Drop redundant, broken trufflehog job from secret-scanner (#121)
The hand-rolled `trufflehog` job was both unpinned (`@main`, failing the
Workflow security linter) and passed `--fail` on top of the action's own
`--fail` (failing with "flag 'fail' cannot be repeated"). The reusable
`scan` job (hyperpolymath/standards secret-scanner-reusable, SHA-pinned)
already runs trufflehog — the passing `scan / trufflehog` check — so the
local job was pure duplication. Remove it: fixes both red checks and
de-duplicates secret scanning.
Claude-Session: https://claude.ai/code/session_019i2e5ABGBKQmMdqk8puFWx
Co-authored-by: Claude <noreply@anthropic.com>1 parent 518764a commit 22361a9
1 file changed
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
0 commit comments