Skip to content

Commit

Permalink
Chore: change install from node to curl
Browse files Browse the repository at this point in the history
  • Loading branch information
sandor-trombitas committed Jul 9, 2024
1 parent f6fb8be commit ead9b9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:

- name: Install Snyk CLI
run: |
npm install -g snyk
curl https://static.snyk.io/cli -o snyk
chmod +x snyk
sudo mv snyk /usr/local/bin/
- name: Authenticate Snyk CLI
run: |
Expand Down

0 comments on commit ead9b9e

Please sign in to comment.