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 12ce2ab commit 9ec7415Copy full SHA for 9ec7415
.github/workflows/security-scan.yml
@@ -6,7 +6,7 @@ on:
6
- dev
7
pull_request:
8
schedule:
9
- - cron: '0 9 * * *' # Same time as CI Cron
+ - cron: '0 0 * * 0' # Every Sunday at 12:00 AM
10
11
jobs:
12
trivy-scan:
0 commit comments