mirror of
https://github.com/kastenhq/kubestr.git
synced 2024-12-14 11:57:56 +00:00
chore(ci): add workflow dispatch for ossf-scorecard (#209)
This commit is contained in:
parent
43aef277ea
commit
4509ebd38a
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ossf-scorecard.yml
vendored
6
.github/workflows/ossf-scorecard.yml
vendored
|
@ -9,6 +9,12 @@ on:
|
|||
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
|
||||
schedule:
|
||||
- cron: '25 6 * * 5'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
ref:
|
||||
description: 'branch or git ref to use for the build'
|
||||
required: true
|
||||
default: 'master'
|
||||
|
||||
# Declare default permissions as read only.
|
||||
permissions: read-all
|
||||
|
|
Loading…
Reference in a new issue