Method: Inspec::Reporters::Yaml#report

Defined in:
lib/inspec/reporters/yaml.rb

#reportObject



9
10
11
12
13
14
15
16
17
18
# File 'lib/inspec/reporters/yaml.rb', line 9

def report
  {
    platform: platform,
    profiles: profiles,
    statistics: {
      duration: run_data[:statistics][:duration],
    },
    version: run_data[:version],
  }
end