We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2c51d4 + 095c201 commit 57899e0Copy full SHA for 57899e0
.github/workflows/scorecard.yml
@@ -12,6 +12,7 @@ on:
12
# To guarantee Maintained check is occasionally updated. See
13
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
14
schedule:
15
+ # 09:29 UTC every Friday
16
- cron: '29 9 * * 5'
17
push:
18
branches: [ "master" ]
.github/workflows/vulnerability-scan.yml
@@ -4,6 +4,7 @@
4
name: Vulnerability Scan
5
on:
6
7
+ # Run every day at 12:00 UTC
8
- cron: '0 12 * * *'
9
workflow_dispatch:
10
0 commit comments