Skip to content

Commit 74afaee

Browse files
author
Ben Morris
committed
circle
1 parent a6fdf11 commit 74afaee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
4545
- run:
4646
name: run vulnerability scan
4747
command: |
48-
mkdir /tmp/brakeman-results
49-
bundle exec brakeman -o /tmp/brakeman-results/output.json
48+
bundle exec brakeman -o /tmp/test-results/output.json
5049
5150
# run tests!
5251
- run:

0 commit comments

Comments
 (0)