BigW Consortium Gitlab

Commit cc877c53 by Dmitriy Zaporozhets

Add rake task for brakeman

parent 5b2b9a1f
desc 'Security check via brakeman'
task :brakeman do
if system("brakeman -w3 -z")
exit 0
else
puts 'Security check failed'
exit 1
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment