Skip to content

Commit

Permalink
Added workflow dispatch to trivy workflow (#216)
Browse files Browse the repository at this point in the history
* added trivy environment to the trivy workflow

* renamed docker image

* added workflow dispatch to trivy
  • Loading branch information
nevoodoo authored Apr 22, 2024
1 parent fd43ed7 commit 6686a21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: trivy
on:
# runs on default branch
workflow_dispatch:
schedule:
- cron: '0 22 * * 0' # each Monday at 9am AEST+10 / 10am AEDT+11

Expand Down

0 comments on commit 6686a21

Please sign in to comment.