Skip to content

Commit

Permalink
wire up snyk creds
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Aug 14, 2024
1 parent 3eec6ec commit 3bb5406
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ jobs:
- run: "sudo tar -C /usr/local -xzf go1.23.0.linux-amd64.tar.gz"
- run: "./install"
- run: "./build audit"
env:
SNYK_TOKEN: "${{ secrets.SNYK_TOKEN }}"

0 comments on commit 3bb5406

Please sign in to comment.