mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Added brakeman to robot
This commit is contained in:
parent
181da1abb7
commit
0273a0d99f
3 changed files with 43 additions and 19 deletions
|
@ -18,8 +18,12 @@ rubocop
|
|||
echo "END_OF_RUBOCOP_RESULTS"
|
||||
|
||||
bundle install --deployment
|
||||
|
||||
echo "SECURITY_RESULTS"
|
||||
bundle-audit update
|
||||
bundle-audit
|
||||
brakeman
|
||||
echo "END_OF_SECURITY_RESULTS"
|
||||
|
||||
# cp config/secrets-example.yml config/secrets.yml
|
||||
# create manually config/database.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue