From 35a84e36cbafce414c07e0592f0a45a4017fbdf4 Mon Sep 17 00:00:00 2001 From: Thomas Boop Date: Mon, 7 Feb 2022 16:21:53 -0500 Subject: [PATCH] comment out audit tools until lerna is fixed --- .github/workflows/audit.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 7da8da9b..89facb65 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -31,9 +31,10 @@ jobs: - name: Bootstrap run: npm run bootstrap - - name: audit tools + # commenting out until https://github.com/lerna/lerna/issues/3010 is fixed + #- name: audit tools # `|| npm audit` to pretty-print the output if vulnerabilies are found after filtering. - run: npm audit --audit-level=moderate --json | scripts/audit-allow-list || npm audit --audit-level=moderate + # run: npm audit --audit-level=moderate --json | scripts/audit-allow-list || npm audit --audit-level=moderate - name: audit packages run: npm run audit-all