Method: Inspec::Runner#report

Defined in:
lib/inspec/runner.rb

#reportObject



115
116
117
# File 'lib/inspec/runner.rb', line 115

def report
  Inspec::Reporters.report(@conf['reporter'].first, @run_data)
end