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 31f418c commit 9f3c83aCopy full SHA for 9f3c83a
.github/workflows/scorecard.yml
@@ -16,20 +16,18 @@ on:
16
- main
17
workflow_call:
18
19
-# Declare default permissions as read only.
20
-permissions: read-all
+permissions:
+ # Needed to upload the results to code-scanning dashboard.
21
+ security-events: write
22
+ # Needed to publish results and get a badge (see publish_results below).
23
+ id-token: write
24
+ contents: read
25
+ actions: read
26
27
jobs:
28
analysis:
29
name: Scorecard analysis
30
runs-on: ubuntu-latest
- permissions:
- # Needed to upload the results to code-scanning dashboard.
- security-events: write
- # Needed to publish results and get a badge (see publish_results below).
- id-token: write
31
- contents: read
32
- actions: read
33
34
steps:
35
- name: Harden Runner
0 commit comments