From a9af1173416b7c5deb50517e7ee5a8648fd4d477 Mon Sep 17 00:00:00 2001 From: Julia Nguyen Date: Sat, 9 Nov 2024 11:09:27 -0800 Subject: [PATCH] Ignore Sinatra vulnerability in CI --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d8e9c5d17..a7a13246a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -111,7 +111,8 @@ jobs: root: tmp paths: - codeclimate.backend.json - - run: bundle exec bundle-audit check --update + # Wait for Sinatra be upgraded to fix security issue + - run: bundle exec bundle-audit check --update --ignore CVE-2024-21510 - store_test_results: path: /tmp/circleci-test-results - store_artifacts: