提交 3ccb215f 编写于 作者: D Deepak Kumar

Updated rake task to use output_formats instead of the output_format option

上级 eea49009
......@@ -4,6 +4,6 @@ namespace :brakeman do
task :run, :output_file do |t, args|
require 'brakeman'
Brakeman.run :app_path => ".", :output_file => args[:output_file], :print_report => true
Brakeman.run :app_path => ".", :output_files => [args[:output_file]], :print_report => true
end
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册