Skip to content

Commit

Permalink
Trigger security scan upon release.
Browse files Browse the repository at this point in the history
  • Loading branch information
trexx authored Mar 19, 2024
1 parent 6e69c1f commit 9f93207
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Trivy
on:
schedule:
- cron: '37 12 * * *'
workflow_run:
workflows: ["Docker"]
types:
- completed

permissions:
contents: read
Expand Down

0 comments on commit 9f93207

Please sign in to comment.