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).

This commit is contained in:
Thorsten Eckel 2018-08-27 14:43:31 +02:00
parent a25d094d5f
commit f0690f8754

View file

@ -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