From 01b4094b4ebe6b45dc68d59edcbf52c9a82b8470 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson <wyattjoh@gmail.com> Date: Fri, 19 Oct 2018 10:37:35 -0600 Subject: [PATCH] fix: disable audit --- .circleci/config.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6e09be4c93..779bcfe93f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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