Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mcandre committed Feb 13, 2025
1 parent ad47e41 commit 576fad5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
python-version: "3.12"
- name: "install snyk"
run: |
curl -LO https://downloads.snyk.io/cli/stable/snyk-linux
sudo cp snyk-linux /bin/snyk
sudo curl -Lo /bin/snyk https://downloads.snyk.io/cli/stable/snyk-linux
sudo chmod a+x /bin/snyk
- run: "make audit"

0 comments on commit 576fad5

Please sign in to comment.