mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Adding manual execution to ossf scorecard workflow
This commit is contained in:
parent
c8b7ea64bf
commit
befbe88eb8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/scorecards-analysis.yml
vendored
1
.github/workflows/scorecards-analysis.yml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
name: Scorecards supply-chain security
|
||||
on:
|
||||
# Only the default branch is supported.
|
||||
workflow_dispatch: # Manual
|
||||
branch_protection_rule:
|
||||
schedule:
|
||||
- cron: '30 4 * * 0'
|
||||
|
|
|
|||
Loading…
Reference in a new issue