ADD plugins information on json and csv
asrocha opened this issue · 0 comments
asrocha commented
Hi Everyone,
I have create a own ocker image with cloudspot with in this the json ans csv files output the fields:
more_info, link and recommended_action just adding the lines on postprocess/output.js above line 132
more_info: plugin.more_info,
link: plugin.link,
recommended_action: plugin.recommended_action,
compliance: plugin.compliance,
and my json result was more rich.
can I claim a pull request to include this line on output.js ?