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 38ec739 commit f0be623Copy full SHA for f0be623
.github/workflows/trivy.yml
@@ -6,7 +6,7 @@ on:
6
pull_request:
7
branches: [main]
8
schedule:
9
- - cron: "0 0 1 1,4,7,10 *" # Quarterly scan on 1st day of Jan, Apr, Jul, Oct
+ - cron: "0 0 * * *" # Daily scan at midnight UTC
10
workflow_dispatch: # Allow manual trigger
11
12
jobs:
0 commit comments