Skip to content

Commit

Permalink
Update node-ci-workflow.yml
Browse files Browse the repository at this point in the history
- Add SNYK workflow in the CI pipeline
  • Loading branch information
sirishgf authored Mar 29, 2024
1 parent bb54555 commit 41f9865
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/node-ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,10 @@ jobs:
with:
report_paths: '**/junit.xml'
detailed_summary: true
include_passed: true
include_passed: true

- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/maven@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 41f9865

Please sign in to comment.