mitre / inspec_tools

A command-line and ruby API of utilities, converters and tools for creating, converting and processing security baseline formats, results and data
https://inspec-tools.mitre.org/
Other
92 stars 30 forks source link

Updated logic for results metrics #74

Closed rx294 closed 5 years ago

rx294 commented 5 years ago
  1. any kind of error -> Profile Error
  2. impact 0 -> N/A (except if #1)
  3. has any failed tests -> Fail whole control (except if #1 or #2)
  4. has skip and pass -> Pass whole control (except if #1 or #2)
  5. all tests within a control pass -> Pass (except if #1 or #2)
  6. only skips -> Requires Manual Review (except if #1 or #2)

@ejaronne @aaronlippold