Skip to content

Commit 71f7a1b

Browse files
committed
testing
1 parent 1d04121 commit 71f7a1b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/workflows/ossf-scorecard.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88
- cron: "43 6 * * 5" # weekly at 06:43 (UTC) on Friday
99
workflow_dispatch:
1010

11-
permissions:
12-
contents: read
11+
permissions: read-all
1312

1413
jobs:
1514
analysis:
@@ -20,6 +19,18 @@ jobs:
2019
security-events: write
2120
# Needed for GitHub OIDC token if publish_results is true
2221
id-token: write
22+
23+
# actions: read
24+
# attestations: read
25+
# checks: read
26+
# deployments: read
27+
# issues: read
28+
# discussions: read
29+
# packages: read
30+
# pages: read
31+
# pull-requests: read
32+
# statuses: read
33+
2334
steps:
2435
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2536
with:

0 commit comments

Comments
 (0)