Skip to content

Commit aa8dbee

Browse files
authored
Update scorecard.yml
1 parent 13a3eb0 commit aa8dbee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/scorecard.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ on:
1515
branches: [ "master" ]
1616

1717
# Declare default permissions as read only.
18-
permissions: read-all
18+
19+
permissions:
20+
contents: read
21+
actions: write
22+
security-events: write
23+
id-token: write # <-- This is the crucial permission for publishing results
24+
1925

2026
jobs:
2127
analysis:

0 commit comments

Comments
 (0)