From 2ac01e9ab179789916014fbd54b560c8caccefe7 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Wed, 3 Jan 2024 15:28:03 -0600 Subject: [PATCH] test gh actions --- .github/workflows/audit.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index fbe869f..7ce915b 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -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 }}"