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:
parent
a25d094d5f
commit
f0690f8754
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ pre:bundle-audit:
|
||||||
script:
|
script:
|
||||||
- gem install bundler-audit
|
- gem install bundler-audit
|
||||||
- bundle-audit update
|
- bundle-audit update
|
||||||
- bundle-audit
|
- bundle-audit --ignore CVE-2018-1000544
|
||||||
|
|
||||||
pre:github:
|
pre:github:
|
||||||
stage: pre
|
stage: pre
|
||||||
|
|
Loading…
Reference in a new issue