cloudsploit icon indicating copy to clipboard operation
cloudsploit copied to clipboard

ADD plugins information on json and csv

Open asrocha opened this issue 3 years ago • 0 comments

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 ?

asrocha avatar Oct 14 '22 17:10 asrocha