Skip to content

Commit

Permalink
Update snyk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Nov 8, 2023
1 parent b676976 commit 1ceb87d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,12 @@ jobs:

# Check that project is registered with Snyk when triggered from master branch
- if: github.ref == 'refs/heads/master'
working-directory: src
run: snyk monitor --all-projects
run: snyk monitor --file=Auth0.Net.sln
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
continue-on-error: true

# Report vulnerabilities
- run: snyk test --all-projects
working-directory: src
- run: snyk test --file=Auth0.Net.sln
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 1ceb87d

Please sign in to comment.