Skip to content

Commit

Permalink
Update the trivy job (#177)
Browse files Browse the repository at this point in the history
Signed-off-by: KEDA Automation <[email protected]>
  • Loading branch information
keda-automation authored Oct 22, 2024
1 parent 9cd6968 commit b3aea90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-sync-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Periodic trivy db copy job
# Run every hour
on:
schedule:
- cron: '0 * * * *' # Runs every hour at the top of the hour
- cron: '15 * * * *' # Runs every hour at the top of the hour

jobs:
copy-oci-trivy-db-image:
Expand Down

0 comments on commit b3aea90

Please sign in to comment.