1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Check for vulns in gems

This commit is contained in:
2018-07-09 14:59:36 +00:00
parent 291c1f3bcc
commit cdf42b4434
3 changed files with 44 additions and 11 deletions

View File

@@ -4,4 +4,5 @@ project_dir="$(dirname $( dirname $(readlink -f ${BASH_SOURCE[0]})))"
cd ${project_dir}
rake db:migrate RAILS_ENV=test
CI=true brakeman
hakiri gemfile:scan --force
rake test