Skip to content

Commit b2c0395

Browse files
author
Ben Morris
committed
add brakeman to ci
1 parent 7c1ed5d commit b2c0395

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ jobs:
4040
- run: bundle exec rake db:create
4141
- run: bundle exec rake db:schema:load
4242

43+
# scan for vulnerability
44+
- run:
45+
name: run vulnerability scan
46+
command: |
47+
mkdir /tmp/brakeman-results
48+
bundle exec brakeman -o /tmp/brakeman-results/output.json
49+
4350
# run tests!
4451
- run:
4552
name: run tests

0 commit comments

Comments
 (0)