From 3ae1da0a113f5566fd8b13ace564fdd4d09e1640 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Wed, 3 Jan 2024 02:37:22 -0600 Subject: [PATCH] test gh actions --- .github/workflows/audit.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index f161ec8..fbe869f 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -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"