1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-24 17:04:43 +00:00

Added bundle audit to pipeline.

This commit is contained in:
2026-02-05 18:40:38 -05:00
parent 5d674f894f
commit d8b6cfa8ac

View File

@@ -4,5 +4,5 @@ project_dir="$(dirname $( dirname $(readlink -f ${BASH_SOURCE[0]})))"
cd ${project_dir} cd ${project_dir}
bundle exec rake db:migrate RAILS_ENV=test bundle exec rake db:migrate RAILS_ENV=test
CI=true brakeman CI=true brakeman
bundle exec bundle-audit check --update bundle audit
rails test -v rails test -v