Skip to content

Commit

Permalink
Merge pull request #637 from mihaimaruseac/scorecards
Browse files Browse the repository at this point in the history
Enable scorecards workflow
  • Loading branch information
mihaimaruseac authored Dec 25, 2022
2 parents 6375f81 + a46eb60 commit b1e9b22
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b1e9b22

Please sign in to comment.