mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-03-15 20:32:36 +08:00
audit security vulnerabilities as part of ci (#280)
This commit is contained in:
6
.github/workflows/unit-tests.yml
vendored
6
.github/workflows/unit-tests.yml
vendored
@@ -47,3 +47,9 @@ jobs:
|
||||
|
||||
- name: Format
|
||||
run: npm run format-check
|
||||
|
||||
- name: audit tools
|
||||
run: npm audit --audit-level=moderate
|
||||
|
||||
- name: audit packages
|
||||
run: npm run audit-all
|
||||
|
||||
Reference in New Issue
Block a user