Skip to content

Commit

Permalink
fix: removed CRON scorecard reporting CRON job
Browse files Browse the repository at this point in the history
Related to:
- nodejs#908
- nodejs#949
  • Loading branch information
UlisesGascon committed Apr 14, 2023
1 parent 4679acc commit 57db010
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ossf-scorecard-reporting.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: "OpenSSF Scoring"
on:
# Scheduled trigger
schedule:
# Run every Sunday at 00:00
- cron: "0 0 * * 0"
# Manual trigger
# TODO: Restore CRON trigger once https://github.com/nodejs/security-wg/issues/908 is closed
# Manual trigger
workflow_dispatch:

# Permissions required to run this workflow (create issue and commit/push changes)
Expand Down

0 comments on commit 57db010

Please # to comment.