chore(repo): use npx over yarn for audit checks (#11096)
This commit is contained in:
parent
8683d364f8
commit
4a3a223d07
2
.github/workflows/npm-audit.yml
vendored
2
.github/workflows/npm-audit.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
run: npx audit-ci --critical --report-type summary
|
||||
|
||||
- name: Check lock file for invalid hosts
|
||||
run: yarn lockfile-lint -s -n -p yarn.lock -a hosts yarn npm
|
||||
run: npx lockfile-lint -s -n -p yarn.lock -a hosts yarn npm
|
||||
|
||||
- name: Run Dependency confusion supply chain check
|
||||
run: npx snync -d .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user