Skip to content

Commit

Permalink
chore(ci): add workflow dispatch for ossf-scorecard (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-lopez authored Dec 23, 2023
1 parent 43aef27 commit 4509ebd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ossf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4509ebd

Please sign in to comment.