Skip to content

Commit

Permalink
Merge pull request #630 from mihaimaruseac/disable_scorecard
Browse files Browse the repository at this point in the history
Disable Scorecards
  • Loading branch information
mihaimaruseac authored Dec 17, 2022
2 parents 51ffdbc + dd1b158 commit 99b648b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Scorecards supply-chain security
on:
# Only the default branch is supported.
branch_protection_rule:
schedule:
- cron: '33 18 * * 5'
push:
branches: [ "master" ]
workflow_dispatch
## 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
Expand Down

0 comments on commit 99b648b

Please sign in to comment.