提交 73a1d57f 编写于 作者: O oreoshake

Note that --compare only works with JSON

上级 364d576a
......@@ -173,7 +173,7 @@ module Brakeman::Options
options[:min_confidence] = 3 - level.to_i
end
opts.on "--compare FILE", "Compare the results of a previous brakeman scan" do |file|
opts.on "--compare FILE", "Compare the results of a previous brakeman scan (only JSON is supported)" do |file|
options[:previous_results_json] = File.expand_path(file)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册