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 9f3c83a commit b62c434Copy full SHA for b62c434
1 file changed
.github/workflows/scorecard.yml
@@ -16,19 +16,21 @@ on:
16
- main
17
workflow_call:
18
19
-permissions:
20
- # 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
+permissions: {}
26
27
jobs:
28
analysis:
29
name: Scorecard analysis
30
runs-on: ubuntu-latest
31
+ 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
+ contents: read
32
+ actions: read
33
+
34
steps:
35
- name: Harden Runner
36
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
0 commit comments