Skip to content

Commit 8444ce6

Browse files
chore: Enable SCA workflow for pull requests to master
1 parent c0fd89b commit 8444ce6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/sca_scan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: SCA
22
on:
33
push:
44
branches: ["master"]
5+
pull_request:
6+
branches: ["master"]
57
jobs:
68
snyk-cli:
79
uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main

0 commit comments

Comments
 (0)