class Integration::Brakeman
Public Instance Methods
run_with(config)
click to toggle source
# File lib/integrations/brakeman.rb, line 7 def run_with(config) args = { quiet: true, summary_only: :no_summary, } Keepclean.logger.debug "Running with args: #{args.inspect}" ::Brakeman::Commandline.start(args) true end