Skip to content
Snippets Groups Projects
Commit 906d5832 authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch 'master' into 'master'

Reduce progress bar noise during brakeman run

See merge request !3101

Former-commit-id: 9bbf873e
parents c32ef68c d4f5e658
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,7 +2,7 @@ desc 'Security check via brakeman'
task :brakeman do
# We get 0 warnings at level 'w3' but we would like to reach 'w2'. Merge
# requests are welcome!
if system(*%W(brakeman --skip-files lib/backup/repository.rb -w3 -z))
if system(*%W(brakeman --no-progress --skip-files lib/backup/repository.rb -w3 -z))
puts 'Security check succeed'
else
puts 'Security check failed'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment