There was an error while loading. Please reload this page.
1 parent b07a29b commit 92bef7dCopy full SHA for 92bef7d
1 file changed
.github/workflows/scorecard.yml
@@ -24,12 +24,10 @@ jobs:
24
# `publish_results: true` only works when run from the default branch. conditional can be removed if disabled.
25
if: github.event.repository.default_branch == github.ref_name || github.event_name == 'pull_request'
26
permissions:
27
- # Needed to upload the results to code-scanning dashboard.
28
security-events: write
29
- # Needed to publish results and get a badge (see publish_results below).
30
id-token: write
31
- contents: read
32
- actions: read
+ # contents: read
+ # actions: read
33
34
steps:
35
- name: Harden the runner (Audit all outbound calls)
0 commit comments