Skip to content

Commit

Permalink
Update security_scorecard.yml
Browse files Browse the repository at this point in the history
add back the cron scheduler so it runs once a week
  • Loading branch information
shaunagm authored Aug 13, 2024
1 parent 5269bfe commit 3f9ec4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security_scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
branch_protection_rule:
# To guarantee Maintained check is occasionally updated. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '45 16 * * 2'

# Declare default permissions as read only.
permissions: read-all
Expand Down

0 comments on commit 3f9ec4c

Please sign in to comment.