Skip to content

Commit

Permalink
Remove ignore flag for bundle-audit check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen committed May 9, 2023
1 parent 81f4a86 commit 655d4e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ jobs:
root: tmp
paths:
- codeclimate.backend.json
# Remove ignore values when we upgrade to Ruby 3 + Rails 7
- run: bundle exec bundle-audit check --ignore CVE-2021-22942 CVE-2022-22577 CVE-2022-23633 CVE-2021-44528 CVE-2022-27777 CVE-2022-21831 CVE-2022-32224 CVE-2023-22792 CVE-2023-22795 CVE-2022-44566 CVE-2023-22794 CVE-2023-22796 CVE-2023-28120 --update
- run: bundle exec bundle-audit check --update
- store_test_results:
path: /tmp/circleci-test-results
- store_artifacts:
Expand Down

0 comments on commit 655d4e4

Please sign in to comment.