Skip to content

Commit 9ec7415

Browse files
committed
change the scheduled run frequency
1 parent 12ce2ab commit 9ec7415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- dev
77
pull_request:
88
schedule:
9-
- cron: '0 9 * * *' # Same time as CI Cron
9+
- cron: '0 0 * * 0' # Every Sunday at 12:00 AM
1010

1111
jobs:
1212
trivy-scan:

0 commit comments

Comments
 (0)