Skip to content

Commit

Permalink
chore: added synk scan to ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MikunsHub committed Aug 7, 2024
1 parent cefb0bd commit 0fa673a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ jobs:
- name: Run tests
run: npm test
- name: Run security audit
run: npm audit --audit-level=moderate
run: npm audit --audit-level=moderate
- name: Run dependency vulnerability scan
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 0fa673a

Please sign in to comment.