mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 05:17:19 +08:00
fix: disable audit
This commit is contained in:
@@ -29,9 +29,14 @@ jobs:
|
||||
- run:
|
||||
name: Update NPM
|
||||
command: sudo npm update -g npm
|
||||
- run:
|
||||
name: Audit dependencies
|
||||
command: npm audit
|
||||
# Disabled until there's capabilityies to ignore a specific vun. Related:
|
||||
# https://npm.community/t/please-provide-option-to-ignore-packages-in-npm-audit/403/4
|
||||
# https://github.com/npm/cli/pull/10
|
||||
# https://github.com/npm/rfcs/pull/18
|
||||
#
|
||||
# - run:
|
||||
# name: Audit dependencies
|
||||
# command: npm audit
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: npm ci
|
||||
|
||||
Reference in New Issue
Block a user