We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b923fc commit 4bf9cc2Copy full SHA for 4bf9cc2
.github/workflows/scorecard.yml
@@ -7,8 +7,6 @@ on:
7
push:
8
branches: ["main"]
9
10
-permissions: read-all
11
-
12
jobs:
13
analysis:
14
name: Scorecard analysis
@@ -20,8 +18,17 @@ jobs:
20
18
security-events: write
21
19
# Needed to publish results and get a badge (see publish_results below).
22
id-token: write
23
- contents: read
24
actions: read
+ attestations: read
+ checks: read
+ contents: read
25
+ deployments: read
26
+ issues: read
27
+ discussions: read
28
+ packages: read
29
+ pages: read
30
+ pull-requests: read
31
+ statuses: read
32
33
steps:
34
- name: "Checkout code"
0 commit comments