Commit e080702
authored
fix(ci): clear OSSF Scorecard startup_failure (#38)
Fixes the OSSF Scorecard workflow, which failed at startup on every run.
**Cause:** reusable-workflow caller missing `security-events:
write`+`id-token: write` (reusable perms are capped by the caller),
and/or an illegal `timeout-minutes` key on a `uses:` job.
**Fix:** inject caller permissions and/or drop `timeout-minutes`. Pin
preserved. Verified with actionlint. Part of an estate-wide Scorecard
remediation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent b70e587 commit e080702
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
0 commit comments