We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f37577 commit 71da329Copy full SHA for 71da329
.github/workflows/scorecard.yml
@@ -4,8 +4,6 @@
4
5
name: Scorecard supply-chain security
6
on:
7
- # For Branch-Protection check. Only the default branch is supported. See
8
- # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
9
branch_protection_rule:
10
# To guarantee Maintained check is occasionally updated. See
11
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
@@ -26,9 +24,6 @@ jobs:
26
24
security-events: write
27
25
# Needed to publish results and get a badge (see publish_results below).
28
id-token: write
29
- # Uncomment the permissions below if installing in a private repository.
30
- # contents: read
31
- # actions: read
32
33
steps:
34
- name: "Checkout code"
0 commit comments