summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2016-06-16 10:24:22 -0600
committertyler-ball <tyleraball@gmail.com>2016-06-16 10:24:22 -0600
commit51ef97685d623189837750105e30ec9bb78471a2 (patch)
treeac5ef878111ab5b5b6ea3df135069cdbd9cba6ed /.travis.yml
parent5581377922587f6e83221e4a8b4795cbf4a8cd87 (diff)
downloadchef-51ef97685d623189837750105e30ec9bb78471a2.tar.gz
Ignoring the nokogiri CVE until we update to 1.6.8
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b81c538737..d7c2f7ec4c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,7 +59,9 @@ matrix:
- env:
AUDIT_CHECK: 1
rvm: 2.1
- script: bundle exec bundle-audit check --update
+ # TODO stop ignoring nokogiri CVE when we update to 1.6.8
+ # script: bundle exec bundle-audit check --update
+ script: bundle exec bundle-audit check --update --ignore CVE-2015-8806
# also remove integration / external tests
bundler_args: --without changelog development docgen guard integration maintenance omnibus_package tools aix bsd mac_os_x solaris windows --frozen
#