Make brakeman output more readable in CI

trunk
Matt Brictson 3 years ago
parent 4625c9223a
commit 61d14005fd
No known key found for this signature in database
GPG Key ID: 2F279EAD1F2ACFAF

@ -78,7 +78,7 @@ jobs:
- run:
name: Run Security Audits
command: |
bundle exec brakeman -q --no-summary
bundle exec brakeman --exit-on-warn --no-progress --color --output /dev/stdout
bundle exec bundle-audit check --update -v
test:
executor: ruby

Loading…
Cancel
Save