Skip to content

Commit 3a5f8c9

Browse files
committed
Align OSSF Scorecard top-level permissions to contents: read
Use explicit permissions: contents: read instead of permissions: read-all for consistency across repositories.
1 parent 20b50b6 commit 3a5f8c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ossf-scorecard.yml

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

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

1314
jobs:
1415
analysis:

0 commit comments

Comments
 (0)