Skip to content

Commit

Permalink
Update .github/workflows/scorecard.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <timo@animo.id>
  • Loading branch information
TimoGlastra committed Jun 6, 2024
1 parent d2d788e commit 21c5e46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: OpenSSF Scorecard supply-chain security
on:
schedule:
- cron: '00 08 * * 5'
- cron: "00 08 * * 5"

# Declare default permissions as read only.
permissions: read-all
Expand Down Expand Up @@ -49,3 +49,4 @@ jobs:
uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
with:
sarif_file: results.sarif

0 comments on commit 21c5e46

Please sign in to comment.