Skip to content

Commit

Permalink
Switch to bundler-audit configuration file (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
spilth authored Aug 5, 2024
1 parent bc4edda commit ef0348d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .bundler-audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
ignore:
- CVE-2015-9284 # Temporarily ignore Omniauth vulnerability
- CVE-2024-6531 # No fix for this yet
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
bundle exec rake db:schema:load
bundle exec rake ci
- name: Audit gems
run: bundle exec bundle-audit check --ignore CVE-2015-9284 # tempoarily ignore omniauth vulnerability
run: bundle exec bundle-audit check

0 comments on commit ef0348d

Please sign in to comment.