Commit 7706b09
fix(ci): grant secret-scanner caller the permissions its reusable requests (#63)
Secret Scanner was the last `startup_failure` on main: the gitleaks job
in `secret-scanner-reusable` requests `pull-requests: write` + `actions:
read`, and a called reusable workflow cannot escalate past the caller's
grant. Same mechanism as the scorecard fix in #61 — this caller was
missed because it wasn't among the sampled failing runs. One-line
permissions grant.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent ece8fa9 commit 7706b09
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| |||
0 commit comments