Method: Inspec::Runner#run
- Defined in:
- lib/inspec/runner.rb
#run(with = nil) ⇒ Object
101 102 103 104 105 |
# File 'lib/inspec/runner.rb', line 101 def run(with = nil) Inspec::Log.debug "Starting run with targets: #{@target_profiles.map(&:to_s)}" load run_tests(with) end |