Skip to content

Commit

Permalink
test gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Jan 3, 2024
1 parent d20f76c commit 53ce24d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
- run: "wget https://go.dev/dl/go1.21.5.linux-amd64.tar.gz"
- run: "sudo tar -C /usr/local -xzf go1.21.5.linux-amd64.tar.gz"
- run: "make"
- run: "mage audit"
#
# Docker-in-Docker GitHub Actions setup required for docker scout SAC.
#
# Disabling (GitHub Actions Hosted) Docker Scout runner step for now.
# Care when merging pull requests.
# In any case, all CI/CD jobs can be peformed locally.
#
- run: "mage snyk"
env:
SNYK_TOKEN: "${{ secrets.SNYK_TOKEN }}"

0 comments on commit 53ce24d

Please sign in to comment.