Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0] Fix travis for SOC7 #2041

Merged
merged 2 commits into from
Sep 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,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 CVE-2015-3448 OSVDB-117461 CVE-2019-11068 CVE-2019-5477 CVE-2017-1002201 CVE-2019-13117 CVE-2019-16770
- name: "Validate Cookbooks (RSpec)"
gemfile: chef/cookbooks/barclamp/Gemfile
script:
- cd chef/cookbooks/barclamp && bundle exec rake
- bin/bundle exec bundle-audit check --ignore CVE-2015-1820 CVE-2015-3448 OSVDB-117461 CVE-2019-11068 CVE-2019-5477 CVE-2017-1002201 CVE-2019-13117 CVE-2019-16770 CVE-2020-8164 CVE-2020-8166 CVE-2020-5267 CVE-2020-8167 CVE-2020-8151 CVE-2020-8165 CVE-2020-10663 CVE-2020-7595 CVE-2020-5247 CVE-2020-5249 CVE-2020-11077 CVE-2020-11076 CVE-2020-8161 CVE-2020-8184 CVE-2020-8130 CVE-2020-15169

addons:
apt:
Expand Down