-
Notifications
You must be signed in to change notification settings - Fork 283
Description
Tell us about your request
It would be helpful to have an option to export the vulnerability data from the Docker Scout vulnerabilities report page as CSV or JSON.
Page reference:
https://scout.docker.com/reports/org/<org_name>/vulnerabilities
Being able to export the report would make it easier to work with the vulnerability data outside the UI, such as generating reports or importing it into other tools.
Which service(s) is this request for?
Docker Scout – Vulnerability Reports
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
We’re trying to generate a list of vulnerabilities by environment so we can use it for internal reporting and audit. Currently the data is only available in the UI, so there isn’t a easy way to pull it into a report and traditionally audit wants a generated report rather than a bunch of screenshots.
Are you currently working around the issue?
We are taking screenshots of the vulnerabilities from the UI that audit requires.
Additional context
We've have requested this and was told to run docker scout cves --format sarif --output alpine.sarif.json alpine, however we are not looking to export one image, we are looking for a report we can provide audit that shows all the image vulnerabilities by environment