Skip to content

Commit

Permalink
ci: snyk integration
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-karwacki-rdx committed Aug 2, 2023
1 parent ca59346 commit d87d7dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
npm install snyk -g
snyk -v
snyk auth ${{ env.SNYK_TOKEN }}
snyk test --all-projects --org=${{ env.SNYK_NETWORK_ORG_ID }} --severity-threshold=critical -d
snyk test --file=./node-runner-cli/Pipfile --org=${{ env.SNYK_NETWORK_ORG_ID }} --severity-threshold=critical -d
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
1 change: 0 additions & 1 deletion node-runner-cli/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ verify_ssl = true
name = "pypi"

[packages]
core_client = {git = "https://github.com/radixdlt/python-core-client", editable = true, ref = "v1.1.1"}
requests = "==2.26.0"
PyYAML = "==6.0.0"
deepmerge = "==0.3.0"
Expand Down

0 comments on commit d87d7dc

Please sign in to comment.