Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updatecs_scanimage.py to return a summary/count of Vulnerabilities to stdout. #78

Open
atul-bhardwaj-sp opened this issue Nov 13, 2023 · 0 comments

Comments

@atul-bhardwaj-sp
Copy link

Currently cs_scanimage.py only provide a detailed report of relevant Vulnerabilities. The information in stdout is not intuitive or immediately meaningful to the user. A user generally will want to quickly see the counts of high, critical, low Vulnerabilities. When we use the tool in a CI/CD system we are forced to consume and parse the resultant JSON file and provide a summary. Users outside of the system will not have that luxury without distributing a wrapper to perform this trivial function. It would be good to have the count of Vulnerabilities returned from the script to stdout in a human readable form that is also easily to programmatically parse such as yaml, json, or toml.

It's a priority 3 for us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant