From f0690f875440e94a5c8c8473c5b85015a1079ab2 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Mon, 27 Aug 2018 14:43:31 +0200 Subject: [PATCH] Added dependency vulerability check exclusion for CVE-2018-1000544 (https://github.com/rubyzip/rubyzip/issues/369) which only affects test env (selenium-webdriver dependency) until it's resolved (https://github.com/rubyzip/rubyzip/pull/376). --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a12ef724ac1..0eac2f8136d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ pre:bundle-audit: script: - gem install bundler-audit - bundle-audit update - - bundle-audit + - bundle-audit --ignore CVE-2018-1000544 pre:github: stage: pre