Method: Inspec::Runner#report

Defined in:
lib/inspec/runner.rb

#reportObject



123
124
125
# File 'lib/inspec/runner.rb', line 123

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