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 3ae1da0 commit 2ac01e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
# Debian-based Ubuntu GitHub Actions base OS is
# expected to present unresolvable CVE's.
#
# Snyk requires authentication setup.
#
# Disabling (GitHub Actions Hosted) `make audit` runner step for now.
# Disabling (GitHub Actions Hosted) safety runner step for now.
# Care when merging pull requests.
# In any case, all CI/CD jobs can be peformed locally.
#
# - run: "make audit"
- run: "make snyk"
env:
SNYK_TOKEN: "${{ secrets.SNYK_TOKEN }}"

0 comments on commit 2ac01e9

Please sign in to comment.