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"