File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 11name : Scorecard supply-chain security
22on :
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
1314permissions : read-all
1415
You can’t perform that action at this time.
0 commit comments