Method: InspecTools::CLI#summary
- Defined in:
- lib/inspec_tools/cli.rb
#summary ⇒ Object
169 170 171 172 |
# File 'lib/inspec_tools/cli.rb', line 169 def summary summary = InspecTools::Summary.new(File.read([:inspec_json])).to_summary File.write([:output], summary.to_json) end |