Skip to content

Commit

Permalink
Daily execution schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoivisto committed Jan 16, 2025
1 parent be92126 commit 2c72b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- 'trivy-gh-action'
- 'trivy-gh-action-v2'
schedule:
# Schedule execution for each Monday at 09:37 am.
- cron: "37 9 * * 1"
# Schedule execution daily at 9:37 am.
- cron: "37 9 * * *"

jobs:
trivy-scan:
Expand Down

0 comments on commit 2c72b9f

Please sign in to comment.