aquasecurity / aquasecurity/cloudsploit

ADD plugins information on json and csv

Open
#1,419 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
3.8k
Forks
751
Avg merge
11d 9h
Merged PRs (30d)
3

Description

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 ?

Contributor guide

Open the contributing guide

Research direction

Inspect postprocess/output.js around line 132, where the plugin output fields are assembled. Add the requested plugin information to the JSON and CSV results, then verify that both formats include more_info, link, recommended_action, and compliance.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
security
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.