Skip to content

Commit

Permalink
ci: don't fail pipeline on snyk code test findings
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-karwacki-rdx committed Sep 3, 2024
1 parent 4c7a481 commit 4cc23ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run Snyk to check for code vulnerabilities
continue-on-error: true
run: snyk code test --file=./node-runner-cli/Pipfile --org="${{ env.SNYK_NETWORK_ORG_ID }}" --severity-threshold=high
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4cc23ec

Please sign in to comment.