Skip to content

Commit

Permalink
add scheduler to trivy action (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Jan 9, 2025
1 parent 02660fc commit 6f47c07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Run Trivy vulnerability scanner


on: [ push ]
on:
push:
schedule:
- cron: '0 8 * * *' # runs daily at 8h UTC

jobs:
main:
Expand Down

0 comments on commit 6f47c07

Please sign in to comment.