mirror of
https://github.com/inspec/inspec
synced 2024-11-15 01:17:08 +00:00
646cbb7bda
* Initial commit to set inspec cli command license Signed-off-by: Nikita Mathur <nikita.mathur@chef.io> * INTEGRATE: Use chef_licensing endpoint to list licenses info Signed-off-by: Sonu Saha <sonu.saha@progress.com> * CHORE: Update chef-licensing gem name, update description Signed-off-by: Sonu Saha <sonu.saha@progress.com> * CHEF-56 License add command integrated (#11) * Added license add command in inspec license command plugin Signed-off-by: Nikita Mathur <nikita.mathur@chef.io> * Chef licensing gem changes pointing to url and branch Signed-off-by: Nikita Mathur <nikita.mathur@chef.io> --------- Signed-off-by: Nikita Mathur <nikita.mathur@chef.io> * EXEC_NAME is always inspec as set in Dist, check is not required Signed-off-by: Sonu Saha <sonu.saha@progress.com> * DOCS: Update docs for the plugin Signed-off-by: Sonu Saha <sonu.saha@progress.com> * DOCS: Update docs for the plugin Signed-off-by: Sonu Saha <sonu.saha@progress.com> --------- Signed-off-by: Nikita Mathur <nikita.mathur@chef.io> Signed-off-by: Sonu Saha <sonu.saha@progress.com> Co-authored-by: Nikita Mathur <nikita.mathur@chef.io> Co-authored-by: Nikita Mathur <Nik08@users.noreply.github.com> |
||
---|---|---|
.. | ||
inspec-compliance | ||
inspec-habitat | ||
inspec-init | ||
inspec-license | ||
inspec-parallel | ||
inspec-plugin-manager-cli | ||
inspec-reporter-html2 | ||
inspec-reporter-json-min | ||
inspec-reporter-junit | ||
inspec-sign | ||
inspec-streaming-reporter-progress-bar | ||
shared | ||
README.md | ||
things-for-train-integration.rb |
Core Plugins of InSpec
This area contains the plugins that ship with InSpec. They are automatically detected by the plugin loader.
inspec-* directories
Each subdirectory here that begins with inspec-
is intended to be a self-contained plugin project,
with code, docs, and tests.
shared directory
This directory contains material that is reusable for core plugins, such as a test helper tuned to assisting core plugin testing.