Skip to content

Commit

Permalink
Run the scorecard manualy for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsakalozos committed Apr 7, 2024
1 parent 595ae66 commit 83ac11c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@

name: Scorecard supply-chain security
on:
workflow_dispatch:
# 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:
# To guarantee Maintained check is occasionally updated. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
schedule:
- cron: '0 10 * * *'
- cron: '43 6 * * 2'
push:
branches: [ "main" ]
Expand Down

0 comments on commit 83ac11c

Please sign in to comment.