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 69a4768 commit 7318fba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ jobs:
# uses: snyk/actions/python@b98d498629f1c368650224d6d212bf7dfa89e4bf # v0.4.0
# with:
# args: --all-projects --org=${{ env.SNYK_DEVOPS_ORG_ID }} --severity-threshold=critical -d
- name: Install pipenv
run: |
sudo apt-get update
sudo apt-get -y install pipenv
- name: Run Snyk to check for deps vulnerabilities - Network
shell: bash
run: |
npm install snyk -g
snyk -v
Expand Down

0 comments on commit 7318fba

Please sign in to comment.