mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 20:19:06 +08:00
comment out audit tools until lerna is fixed
This commit is contained in:
parent
e60d21e10f
commit
35a84e36cb
5
.github/workflows/audit.yml
vendored
5
.github/workflows/audit.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user