Skip to content

Commit 6ad4ba6

Browse files
committed
Chore(ci): enable branch protection rule and push trigger in scorecard configuration
1 parent c1dc8a0 commit 6ad4ba6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/scorecard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
workflow_dispatch:
99
# For Branch-Protection check. Only the default branch is supported. See
1010
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
11-
#branch_protection_rule:
11+
branch_protection_rule:
1212
# To guarantee Maintained check is occasionally updated. See
1313
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
1414
schedule:
1515
# 09:29 UTC every Friday
1616
- cron: '29 9 * * 5'
17-
#push:
18-
# branches: [ "master" ]
17+
push:
18+
branches: [ "master" ]
1919

2020
# Declare default permissions as read only.
2121
permissions: read-all

0 commit comments

Comments
 (0)