We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af4997 commit d148c5bCopy full SHA for d148c5b
lib/tasks/ci.rake
@@ -9,7 +9,7 @@ if Rails.env.development?
9
task :security_audit do
10
puts Rainbow("Running security audit on code (brakeman)").green
11
12
- sh "brakeman --exit-on-warn --quiet -A"
+ sh "brakeman --exit-on-warn --quiet -A -z"
13
end
14
15
namespace :ci do
0 commit comments