From d99492d8c4ef991dffcb012f61e8c890baace238 Mon Sep 17 00:00:00 2001 From: "David A. Bradley" Date: Thu, 5 Sep 2024 09:52:07 -0400 Subject: [PATCH] Run trivy on development branch as well --- .github/workflows/trivy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index 883808215..0e2f9ebb1 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -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: