Skip to content

Commit dda4443

Browse files
authored
Merge pull request #2012 from coralproject/next-disable-audit
[next] Disable `npm audit`
2 parents 9a129af + 01b4094 commit dda4443

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.circleci/config.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,14 @@ jobs:
2929
- run:
3030
name: Update NPM
3131
command: sudo npm update -g npm
32-
- run:
33-
name: Audit dependencies
34-
command: npm audit
32+
# Disabled until there's capabilityies to ignore a specific vun. Related:
33+
# https://npm.community/t/please-provide-option-to-ignore-packages-in-npm-audit/403/4
34+
# https://github.com/npm/cli/pull/10
35+
# https://github.com/npm/rfcs/pull/18
36+
#
37+
# - run:
38+
# name: Audit dependencies
39+
# command: npm audit
3540
- run:
3641
name: Install dependencies
3742
command: npm ci

0 commit comments

Comments
 (0)