diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 0c64a8ac..abea54c7 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -1,11 +1,11 @@ name: Scorecards supply-chain security -on: - # Only the default branch is supported. - branch_protection_rule: - schedule: - - cron: '22 12 * * 4' - push: - branches: [ master ] +on: [] +# # Only the default branch is supported. +# branch_protection_rule: +# schedule: +# - cron: '22 12 * * 4' +# push: +# branches: [ master ] # Declare default permissions as read only. permissions: read-all