Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
99765347cd | ||
|
|
35a84e36cb | ||
|
|
e60d21e10f | ||
|
|
15e2399826 |
@@ -31,9 +31,10 @@ jobs:
|
|||||||
- name: Bootstrap
|
- name: Bootstrap
|
||||||
run: npm run 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.
|
# `|| 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
|
- name: audit packages
|
||||||
run: npm run audit-all
|
run: npm run audit-all
|
||||||
|
|||||||
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
* @actions/actions-runtime
|
* @actions/actions-runtime
|
||||||
|
|
||||||
/packages/artifact/ @actions/actions-service
|
/packages/artifact/ @actions/artifacts-actions
|
||||||
/packages/cache/ @actions/actions-service
|
/packages/cache/ @actions/actions-cache
|
||||||
|
|||||||
Generated
+90
-6347
File diff suppressed because it is too large
Load Diff
Generated
+56
-6898
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user