Skip to content

Commit

Permalink
Merge pull request #1848 from rsalevsky/CVE-2019-11068
Browse files Browse the repository at this point in the history
Ignore CVE-2019-11068 during Travis (SOC-9262)
  • Loading branch information
Rick Salevsky authored May 13, 2019
2 parents ec8c848 + e7b9585 commit 660dd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ matrix:
- bundle exec rake spec brakeman:run
# ignore rest-client issues, chef 10 requires that
- bin/bundle exec bundle-audit update
- bin/bundle exec bundle-audit check --ignore CVE-2015-1820 OSVDB-117461
- bin/bundle exec bundle-audit check --ignore CVE-2015-1820 OSVDB-117461 CVE-2019-11068
- gemfile: chef/cookbooks/barclamp/Gemfile
script:
- cd chef/cookbooks/barclamp && bundle exec rake
Expand Down

0 comments on commit 660dd52

Please sign in to comment.