We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a129af + 01b4094 commit dda4443Copy full SHA for dda4443
.circleci/config.yml
@@ -29,9 +29,14 @@ jobs:
29
- run:
30
name: Update NPM
31
command: sudo npm update -g npm
32
- - run:
33
- name: Audit dependencies
34
- 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
35
+ # https://github.com/npm/rfcs/pull/18
36
+ #
37
+ # - run:
38
+ # name: Audit dependencies
39
+ # command: npm audit
40
41
name: Install dependencies
42
command: npm ci
0 commit comments