Skip to content

Commit cafb4d2

Browse files
committed
Update for Scorecards 2
1 parent bd48a76 commit cafb4d2

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
@@ -31,9 +31,11 @@ jobs:
3131
name: "Scorecards analysis"
3232
runs-on: ubuntu-latest
3333
permissions:
34-
security-events: write # Needed to upload the results to the code-scanning dashboard.
34+
# Needed to upload the results to the code-scanning dashboard.
35+
security-events: write
3536
actions: read
36-
contents: read
37+
id-token: write # This is required for requesting the JWT
38+
contents: read # This is required for actions/checkout
3739

3840
steps:
3941

0 commit comments

Comments
 (0)