Skip to content

Commit 351bc6a

Browse files
authored
ci: add workflow_dispatch to Scorecard workflow (#101)
Enables manual Scorecard runs for debugging SAST coverage gaps. Closes #78 Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent 98891f7 commit 351bc6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [main]
66
schedule:
77
- cron: "0 6 * * 1"
8+
workflow_dispatch: {}
89

910
permissions: read-all
1011

0 commit comments

Comments
 (0)