Method: Inspec::Runner#run

Defined in:
lib/inspec/runner.rb

#run(with = nil) ⇒ Object



108
109
110
111
112
# File 'lib/inspec/runner.rb', line 108

def run(with = nil)
  Inspec::Log.debug "Starting run with targets: #{@target_profiles.map(&:to_s)}"
  load
  run_tests(with)
end