Skip to content

Commit f2e69e6

Browse files
authored
Merge pull request #1950 from jsuchome/haml-cve
Ignore CVE-2017-1002201 in CI builds (bsc#1155089)
2 parents 8da4d26 + 16ad04a commit f2e69e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ matrix:
2424
- bundle exec rake spec brakeman:run
2525
# ignore rest-client issues, chef 10 requires that
2626
- bin/bundle exec bundle-audit update
27-
- bin/bundle exec bundle-audit check --ignore CVE-2015-1820 CVE-2015-3448 OSVDB-117461 CVE-2019-11068 CVE-2019-5477
27+
- bin/bundle exec bundle-audit check --ignore CVE-2015-1820 CVE-2015-3448 OSVDB-117461 CVE-2019-11068 CVE-2019-5477 CVE-2017-1002201
2828
- name: "Validate Cookbooks (RSpec)"
2929
gemfile: chef/cookbooks/barclamp/Gemfile
3030
script:

0 commit comments

Comments
 (0)