Filter out inspec-k8s and inspec-release (#3525)

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2018-10-17 12:49:42 -07:00 committed by Jared Quick
parent bd64a8e7c7
commit cc68490361

View file

@ -5,10 +5,18 @@
"plugin_name": "inspec-core",
"rationale": "This gem is a stripped-down alternate packaging of InSpec. It is not a plugin."
},
{
"plugin_name": "inspec-k8s",
"rationale": "This gem is currently only a placeholder, waiting to be built."
},
{
"plugin_name": "inspec-multi-server",
"rationale": "This gem is a script that attempts to drive a parallel execution of InSpec by wrapping and forking. It is not a plugin."
},
{
"plugin_name": "inspec-release",
"rationale": "It is not plugin."
},
{
"plugin_name": "train-tax-calculator",
"rationale": "This gem is a tax calculation tool for the Philippines. It has nothing to do the Chef Train remote execution framework, or the InSpec project."
@ -22,4 +30,4 @@
"rationale": "This gem is a stripped-down alternate packaging of Train. It is not a plugin."
}
]
}
}