mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
99ebae186b
The exit status would never return "InSpec run completed successfully" since the value of $RC was always an integer which never was prefixed with an "x". This checks the return directly since we currently do not have any complex logic which warrants the need to check different return status values where a prefixed return code is necessary. Signed-off-by: Ryan Hass <rhass@users.noreply.github.com> |
||
---|---|---|
.. | ||
inspec-artifact | ||
inspec-compliance | ||
inspec-habitat | ||
inspec-init | ||
inspec-supermarket | ||
inspec-artifact.rb | ||
inspec-compliance.rb | ||
inspec-habitat.rb | ||
inspec-init.rb | ||
inspec-supermarket.rb | ||
README.md |
InSpec Bundled Plugins
This directory contains bundled InSpec plugins. Those plugins are shipped with InSpec temporarily only. Over the next months we are going to stabilize the InSpec Plugin API. Once this API reached stability, all bundled plugins will be externalized.