Skip to content

Commit 8a0b683

Browse files
Only enable workflow_dispatch
1 parent f1e7369 commit 8a0b683

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/scorecard.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
name: Scorecard supply-chain security
22
on:
33
# For Branch-Protection check. Only the default branch is supported. See
4-
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
5-
branch_protection_rule:
6-
# To guarantee Maintained check is occasionally updated. See
7-
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
8-
schedule:
9-
- cron: '25 1 * * 2'
10-
push:
11-
branches: [ "master" ]
4+
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection (disabled)
5+
# branch_protection_rule:
6+
workflow_dispatch:
7+
8+
# schedule ("Maintained") and push are disabled atm
9+
# schedule:
10+
# - cron: '25 1 * * 2'
11+
# push:
12+
# branches: [ "master" ]
1213

1314
permissions: read-all
1415

0 commit comments

Comments
 (0)