Commit e68062b
authored
ci: Secret Scanner caller must grant the reusable's job permissions (#30)
Adds `pull-requests: write` + `actions: read` to the `scan` job so the
standards secret-scanner reusable's gitleaks job can start. A called
workflow cannot exceed the caller's grant; without this the run dies at
startup (`startup_failure`, 0s) — the estate-wide Secret Scanner red.
Mechanical caller-side fix, mirrors hyperpolymath/standards#472. No
behaviour change beyond letting the scan run.
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent 04b63c9 commit e68062b
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
26 | | - | |
| 30 | + | |
0 commit comments