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