Skip to content

Commit

Permalink
Merge pull request #177 from dabradley/personal/dabradley/trivy-on-de…
Browse files Browse the repository at this point in the history
…velopment

Run trivy on development branch as well
  • Loading branch information
k8s-ci-robot authored Sep 9, 2024
2 parents 1ff10d0 + 7d20ac2 commit a597d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Trivy vulnerability scanner
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
branches: [ main, development ]
pull_request:
branches: [ main ]
branches: [ main, development ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit a597d17

Please sign in to comment.