Skip to content

Commit 5b69e6a

Browse files
committed
Run once a week (every 7 days) at 00:00 UTC on Sunday
Signed-off-by: tdruez <[email protected]>
1 parent 555408a commit 5b69e6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sca-integration-trivy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
push:
77
branches:
88
- main
9+
schedule:
10+
# Run once a week (every 7 days) at 00:00 UTC on Sunday
11+
- cron: "0 0 * * 0"
912

1013
permissions:
1114
contents: read

0 commit comments

Comments
 (0)