Skip to content

Commit

Permalink
Merge pull request #127 from radixdlt/DO-2497-adjust-snyk
Browse files Browse the repository at this point in the history
ci: don't fail pipeline on snyk code test findings [DO-2497]
  • Loading branch information
marek-karwacki-rdx authored Sep 11, 2024
2 parents 4c7a481 + 4cc23ec commit 64c86c6
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 64c86c6

Please sign in to comment.