1
0
Fork 0
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:
Julio Lopez 2023-12-22 23:08:42 -08:00 committed by GitHub
parent 43aef277ea
commit 4509ebd38a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,12 @@ on:
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
schedule: schedule:
- cron: '25 6 * * 5' - 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. # Declare default permissions as read only.
permissions: read-all permissions: read-all