Skip to content

Commit a9af117

Browse files
committed
Ignore Sinatra vulnerability in CI
1 parent 4d99091 commit a9af117

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ jobs:
111111
root: tmp
112112
paths:
113113
- codeclimate.backend.json
114-
- run: bundle exec bundle-audit check --update
114+
# Wait for Sinatra be upgraded to fix security issue
115+
- run: bundle exec bundle-audit check --update --ignore CVE-2024-21510
115116
- store_test_results:
116117
path: /tmp/circleci-test-results
117118
- store_artifacts:

0 commit comments

Comments
 (0)