diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index a33112143..5f5dbb7bd 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -1,12 +1,11 @@ name: Scorecards supply-chain security on: - workflow_dispatch - ## Only the default branch is supported. - #branch_protection_rule: - #schedule: - # - cron: '33 18 * * 5' - #push: - # branches: [ "master" ] + # Only the default branch is supported. + branch_protection_rule: + schedule: + - cron: '33 18 * * 5' + push: + branches: [ "master" ] # Declare default permissions as read only. permissions: read-all