Skip to content

Commit fe2e51e

Browse files
committed
sca-scan.yml
1 parent 89f4df2 commit fe2e51e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/sca-scan.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Source Composition Analysis Scan
22
on:
3-
push:
4-
branches:
5-
- master
63
pull_request:
74
types: [opened, synchronize, reopened]
85
jobs:
@@ -13,4 +10,4 @@ jobs:
1310
- name: Run Snyk to check for vulnerabilities
1411
uses: snyk/actions/node@master
1512
env:
16-
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
13+
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)