Skip to content

Commit

Permalink
added snyk security process to pu-feature.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeMarquet committed Aug 31, 2023
1 parent a9cfa3b commit dba0b5e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pu-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ jobs:

- name: Run Tests
run: npm test

security:
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit dba0b5e

Please sign in to comment.