Skip to content

Commit

Permalink
Ignore Sinatra vulnerability in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen committed Nov 9, 2024
1 parent 4d99091 commit a9af117
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a9af117

Please sign in to comment.