Skip to content

Commit

Permalink
update security scan cron frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-goldstein authored Nov 6, 2023
1 parent 48d4850 commit 4882963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-aqua-security-trivy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
branches:
- master
schedule:
- cron: "0 * * * *"
- cron: "1 0 * * *"
jobs:
build:
name: trivy-tests
Expand Down

0 comments on commit 4882963

Please sign in to comment.