1
0
Fork 0

comment out audit tools until lerna is fixed

thboop/fixaudit
Thomas Boop 2022-02-07 16:21:53 -05:00
parent e60d21e10f
commit 35a84e36cb
1 changed files with 3 additions and 2 deletions

View File

@ -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