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

0 comments on commit 3ae1da0

Please sign in to comment.