Skip to content

Commit ded6a32

Browse files
Return Snyk scan to test workflow
It requires "npm install".
1 parent d7c7c88 commit ded6a32

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/security-scan.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,3 @@ jobs:
3333

3434
- name: Perform CodeQL Analysis
3535
uses: github/codeql-action/analyze@v1
36-
37-
- name: Run Snyk to check for vulnerabilities
38-
uses: snyk/actions/node@master
39-
env:
40-
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,8 @@ jobs:
3535
uses: codecov/codecov-action@v1
3636
with:
3737
fail_ci_if_error: true
38+
39+
- name: Run Snyk to check for vulnerabilities
40+
uses: snyk/actions/node@master
41+
env:
42+
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)