Skip to content

Commit

Permalink
sketch out ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Sep 26, 2024
1 parent e8c7b94 commit a8fe33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: "actions/checkout@v4"
- run: "sudo apt-get update"
- run: "sudo apt-get install -y make npm wget"
- run: "sudo apt-get install -y npm wget"
- run: "wget https://downloads.snyk.io/cli/stable/snyk-linux"
- run: "sudo cp snyk-linux /bin/snyk"
- run: "chmod +x /bin/snyk"
Expand Down

0 comments on commit a8fe33c

Please # to comment.