mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Filter out inspec-k8s and inspec-release (#3525)
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
bd64a8e7c7
commit
cc68490361
1 changed files with 9 additions and 1 deletions
|
@ -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."
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue