Skip to content

Commit b91836e

Browse files
author
Tom Gelhausen
committed
Update cron schedule for daily Grype_Me scan to run one hour later
1 parent 30532e7 commit b91836e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/grype-me-latest-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Grype_Me Scan (latest release)
33

44
on:
55
schedule:
6-
- cron: "53 6 * * *" # daily 06:53 UTC - after Grype DB update (approx 06:15 UTC)
6+
- cron: "53 7 * * *" # daily 07:53 UTC - 1h after grype_me update (approx 06:56 UTC)
77
release:
88
types: [published]
99
workflow_dispatch: {}

0 commit comments

Comments
 (0)