We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555408a commit 5b69e6aCopy full SHA for 5b69e6a
1 file changed
.github/workflows/sca-integration-trivy.yml
@@ -6,6 +6,9 @@ on:
6
push:
7
branches:
8
- main
9
+ schedule:
10
+ # Run once a week (every 7 days) at 00:00 UTC on Sunday
11
+ - cron: "0 0 * * 0"
12
13
permissions:
14
contents: read
0 commit comments