Skip to content

Commit

Permalink
Remove bundle-audit ignore for a CVE we've addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed Nov 7, 2024
1 parent 30c2636 commit 8fd2ab3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,12 +295,14 @@ jobs:
args:
- -exc
- |
set -eux;
cd bosh-src/src;
set -euo pipefail
set -x
cd bosh-src/src
gem install bundler:"$(grep -A 1 'BUNDLED WITH' Gemfile.lock | tail -n 1 | awk '{$1=$1};1')";
bundle install;
bundle exec bundle-audit update;
bundle exec bundle-audit check --ignore 'CVE-2019-17383';
bundle install
bundle exec bundle-audit version
bundle exec bundle-audit update
bundle exec bundle-audit check
- name: integration-postgres
public: true
Expand Down

0 comments on commit 8fd2ab3

Please sign in to comment.