diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index cbaa2bee1..7d03efb29 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -7,13 +7,13 @@ name: Scorecard on: # For Branch-Protection check. Only the default branch is supported. See # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection - branch_protection_rule: + #branch_protection_rule: # To guarantee Maintained check is occasionally updated. See # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained - schedule: - - cron: '00 00 * * 6' # At 00:00 on Saturday, see https://crontab.guru/#00_00_*_*_6 + #schedule: + # - cron: '00 00 * * 6' # At 00:00 on Saturday, see https://crontab.guru/#00_00_*_*_6 push: - branches: [ "develop" ] + branches: [ "5.0release" ] # Declare default permissions as read only. permissions: read-all