Skip to content

Commit 5e3a849

Browse files
authored
fix(ci): as of v2 Scorecard requires extra permissions (#366)
1 parent 5bc6b9a commit 5e3a849

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/scorecards-analysis.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
security-events: write
2222
actions: read
2323
contents: read
24+
# Needed to access OIDC token.
25+
id-token: write
2426
steps:
2527

2628
- name: Harden Runner

0 commit comments

Comments
 (0)