Add inspec-*-bin to the plugin filter list

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2019-05-01 23:33:29 -04:00
parent 1bba904dad
commit 1d201ee56c

View file

@ -5,6 +5,14 @@
"plugin_name": "inspec-core",
"rationale": "This gem is a stripped-down alternate packaging of InSpec. It is not a plugin."
},
{
"plugin_name": "inspec-bin",
"rationale": "This gem contains the executable for Chef InSpec. It is not a plugin."
},
{
"plugin_name": "inspec-core-bin",
"rationale": "This gem contains the executable for a lightweight version of Chef InSpec. It is not a plugin."
},
{
"plugin_name": "inspec-k8s",
"rationale": "This gem is currently only a placeholder, waiting to be built."