We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b479321 commit e02dc59Copy full SHA for e02dc59
.github/workflows/sca-scan.yml
@@ -1,8 +1,5 @@
1
name: Source Composition Analysis Scan
2
on:
3
- push:
4
- branches:
5
- - master
6
pull_request:
7
types: [opened, synchronize, reopened]
8
jobs:
@@ -13,4 +10,4 @@ jobs:
13
10
- name: Run Snyk to check for vulnerabilities
14
11
uses: snyk/actions/node@master
15
12
env:
16
- SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
+ SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
0 commit comments