From 7b18db95d877caebc4318d1354a0b04a0021b596 Mon Sep 17 00:00:00 2001 From: cypresschris Date: Tue, 22 Aug 2023 12:26:08 -0500 Subject: [PATCH] Chore: SEC-688 | TEsting --- .github/workflows/snyk_sca_scan.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/snyk_sca_scan.yaml b/.github/workflows/snyk_sca_scan.yaml index 10315033adb5..b5660d20d622 100644 --- a/.github/workflows/snyk_sca_scan.yaml +++ b/.github/workflows/snyk_sca_scan.yaml @@ -4,6 +4,9 @@ name: Snyk Software Composition Analysis Scan # "develop" branch. We use this as a control to prevent vulnerable packages # from being introduced into the codebase. on: + push: + branches: + - '*' pull_request: types: [opened, edited] branches: