Skip to content

Commit

Permalink
chore: add id-token permissions to scorecard-action (#8971)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Sep 19, 2022
1 parent 58c6eab commit 6f37eed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scorecards-analysis.yml
Expand Up @@ -20,6 +20,8 @@ jobs:
security-events: write
actions: read
contents: read
# Needed to access OIDC token.
id-token: write

steps:
- name: 'Checkout code'
Expand Down

0 comments on commit 6f37eed

Please sign in to comment.