Method: Inspec::Runner#run

Defined in:
lib/inspec/runner.rb

#run(with = nil) ⇒ Object



93
94
95
96
97
# File 'lib/inspec/runner.rb', line 93

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