Add bundle audit to CI (#263)

* Add bundle-audit gem

* Update vulnerable brakeman gem

* Fix "Insecure Source URI found" issue for Rails
This commit is contained in:
Alexander Kadyrov
2019-11-22 10:23:57 +03:00
committed by Sojan Jose
parent efce3b3698
commit cb834ff73d
3 changed files with 46 additions and 35 deletions

View File

@@ -33,6 +33,10 @@ jobs:
name: Bundle Install
command: bundle check || bundle install
- run:
name: Bundle audit
command: bundle exec bundle audit update && bundle exec bundle audit check -v
- run:
name: Rubocop
command: bundle exec rubocop