Skip to content

Commit c079541

Browse files
committed
ci: allow scorecard result publishing
1 parent 895ebe9 commit c079541

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ on:
1111

1212
permissions:
1313
contents: read
14-
security-events: write
15-
id-token: write
1614

1715
jobs:
1816
scorecard:
1917
runs-on: ubuntu-latest
18+
permissions:
19+
contents: read
20+
security-events: write
21+
id-token: write
2022
steps:
2123
- name: Run Scorecard
2224
uses: ossf/scorecard-action@v2.4.0

0 commit comments

Comments
 (0)