Skip to content

Commit

Permalink
Ignore bootstrap version 3 warning [NDRS2-1676] (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshand authored Oct 16, 2024
1 parent 8b1a4ba commit 4d853b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ jobs:
with:
bundler-cache: true
- name: Audit the bundle
run: bundle exec bundle-audit check --update
# Ignore bootstrap version 3 warning: https://nhsd-jira.digital.nhs.uk/browse/NDRS2-1676
run: bundle exec bundle-audit check --update --ignore CVE-2024-6484
# run: bundle exec bundle-audit check --update

# A utility job upon which Branch Protection can depend,
# thus remaining agnostic of the matrix.
Expand Down

0 comments on commit 4d853b4

Please sign in to comment.