Method: Inspec::Reporters::Json#report
- Defined in:
- lib/inspec/reporters/json.rb
#report ⇒ Object
11 12 13 14 15 16 17 18 19 20 |
# File 'lib/inspec/reporters/json.rb', line 11 def report { platform: platform, profiles: profiles, statistics: { duration: run_data[:statistics][:duration], }, version: run_data[:version], } end |