Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbrownsnyk authored Nov 21, 2023
1 parent 7cc3a5f commit 62448fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: snyk/actions/setup@master
- run: npm i -g snyk-delta
- name: Snyk Test
run: snyk test --sarif-file-output=snyk-sarif1.json
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
- name: Snyk Delta
run: snyk test --json --print-deps | snyk-delta --setPassIfNoBaseline true
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
with:
Expand Down

0 comments on commit 62448fb

Please sign in to comment.