From d8b6cfa8acfbed13889d68e0d6df709f872ab6ce Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Thu, 5 Feb 2026 18:40:38 -0500 Subject: [PATCH] Added bundle audit to pipeline. --- bin/run-all-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run-all-tests.sh b/bin/run-all-tests.sh index 5c434f7..5320c02 100755 --- a/bin/run-all-tests.sh +++ b/bin/run-all-tests.sh @@ -4,5 +4,5 @@ project_dir="$(dirname $( dirname $(readlink -f ${BASH_SOURCE[0]})))" cd ${project_dir} bundle exec rake db:migrate RAILS_ENV=test CI=true brakeman -bundle exec bundle-audit check --update +bundle audit rails test -v