Skip to content

Commit

Permalink
add scheduler to trivy action (#836) (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Jan 9, 2025
1 parent df57aa3 commit 538903a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +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 538903a

Please sign in to comment.