Skip to content

Commit 606b60c

Browse files
committed
ci: fix scoreboard workflow
1 parent 46b788f commit 606b60c

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ on:
77
schedule:
88
- cron: "45 3 * * 2"
99

10-
permissions:
11-
contents: read
12-
security-events: write
13-
id-token: write
10+
permissions: read-all
1411

1512
jobs:
1613
scorecard:
1714
runs-on: ubuntu-latest
15+
permissions:
16+
# Required for uploading Scorecard SARIF to code scanning.
17+
security-events: write
18+
# Required for publishing signed Scorecard results to api.scorecard.dev.
19+
id-token: write
1820
steps:
1921
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2022
with:

0 commit comments

Comments
 (0)