Skip to content

Commit 0fa3652

Browse files
fix(ci): clear OSSF Scorecard startup_failure (#7)
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 108280a commit 0fa3652

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/scorecard.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ jobs:
2424
contents: read
2525
security-events: write
2626
id-token: write
27-
timeout-minutes: 15

0 commit comments

Comments
 (0)