Skip to content

Commit

Permalink
Update bundle-audit
Browse files Browse the repository at this point in the history
  • Loading branch information
rjohnson2011 committed Feb 27, 2024
1 parent 05800b0 commit c81b223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
bundler-cache: true

- name: Run bundle-audit (checks gems for CVE issues)
run: bundle exec bundle-audit check --update --ignore CVE-2023-26141 CVE-2024-27456
run: bundle exec bundle-audit check --update --ignore CVE-2024-27456

- name: Run Rubocop
run: bundle exec rubocop --parallel --format github
Expand Down

0 comments on commit c81b223

Please sign in to comment.