Closed emaV closed 7 years ago
Thnx for yet another contribution :+1:
Indeed I'm wondering if would be even better to add the plugin version on the output as well.
{
"plugins": {
"count": N,
"details": [
{
"plugin": "whatever",
"version": "x.y.z",
"count": N,
"details": [
{
"fixed_in": "i.j.k"
...
Something you get already from the command line indeed.
A quick patch to support the
--type
switch on JSON output.