Skip to content

Commit f4b6b33

Browse files
committed
fix(ci): make OSSF Scorecard caller valid (perms / drop timeout-minutes)
Reusable scorecard caller failed at startup: needed security-events+id-token (reusable perms capped to caller grant) and/or an illegal timeout-minutes on the uses: job. Verified with actionlint. Pin preserved.
1 parent 2d79717 commit f4b6b33

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/scorecard.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ permissions:
1414

1515
jobs:
1616
scorecard:
17-
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@d7c22711e830e1f383846472f6e9b99debdb201e
17+
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@d7c22711e830e1f383846472f6e9b99debdb201e
18+
permissions:
19+
contents: read
20+
security-events: write
21+
id-token: write

0 commit comments

Comments
 (0)