Skip to content

Commit f0be623

Browse files
committed
ci: schedule Trivy scan to run daily at midnight UTC
- Change scheduled Trivy scan from quarterly to daily at midnight UTC Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent 38ec739 commit f0be623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [main]
88
schedule:
9-
- cron: "0 0 1 1,4,7,10 *" # Quarterly scan on 1st day of Jan, Apr, Jul, Oct
9+
- cron: "0 0 * * *" # Daily scan at midnight UTC
1010
workflow_dispatch: # Allow manual trigger
1111

1212
jobs:

0 commit comments

Comments
 (0)