Skip to content

Commit c2b2fc6

Browse files
authored
Update scorecard.yml (#1306)
1 parent b07a29b commit c2b2fc6

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ jobs:
2424
# `publish_results: true` only works when run from the default branch. conditional can be removed if disabled.
2525
if: github.event.repository.default_branch == github.ref_name || github.event_name == 'pull_request'
2626
permissions:
27-
# Needed to upload the results to code-scanning dashboard.
2827
security-events: write
29-
# Needed to publish results and get a badge (see publish_results below).
3028
id-token: write
31-
contents: read
32-
actions: read
29+
# contents: read
30+
# actions: read
3331

3432
steps:
3533
- name: Harden the runner (Audit all outbound calls)

0 commit comments

Comments
 (0)