Skip to content

Commit 07608e8

Browse files
committed
Update for Scorecards 2
1 parent 669a2ca commit 07608e8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/scorecards-analysis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ on:
2222
push:
2323
branches: [ "master" ]
2424

25-
permissions: read-all
26-
25+
permissions:
26+
id-token: write # This is required for requesting the JWT
27+
contents: read # This is required for actions/checkout
28+
2729
jobs:
2830

2931
analysis:

0 commit comments

Comments
 (0)