Replies: 4 comments 10 replies
-
Hi @rajeev-cs , I am glad to hear that you are using the plugin. There was a request for your first point which we addressed couple of months ago(#56). Give it a try and let us know what you think.
|
Beta Was this translation helpful? Give feedback.
-
It would be very beneficial if the report could be sourced from multiple trivy scans. I want to do a file system scan, an image vulnerability scan, and a SBOM generation. The report output seems to indicate that multiple data are supported, but it seems like it can only support one. I understand that this includes multiple trivy scans, but having a way to import multiple json files as input would make this report much more useful than providing multiple small reports where only 1 tab is filled out. |
Beta Was this translation helpful? Give feedback.
-
Thank you for adding this feature. I tried generating a single report from a cyclonedx json file and a JSON image scan json, and the resulting HTML only has the vulnerabilities, and not the SBOM content |
Beta Was this translation helpful? Give feedback.
-
I would suggest updating the readme to include how to use this new feature. It's great! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I am currently using the scan2html plugin in my GitLab CI/CD pipeline.
The script iterates over the scan targets (config, image, fs) and formats (json, cyclonedx, spdx, template), running Trivy scans and generating reports.
Generates SBOM reports with trivy sbom and uses the scan2html plugin to create HTML reports.
Artifacts are saved for review, to generate SBOM reports in HTML format. The plugin works well, but I have a few feature requests that would greatly enhance its functionality.
It would be beneficial to have an option to generate a single interactive report that consolidates all scans (vulnerabilities, misconfigurations, licenses) into one view, making it easier to navigate and review the results.
Currently, I can see there is an option to load only 1 JSON report. The SBOM HTML report generated by scan2html could be improved by adding an option to load a multiple Trivy JSON reports. This feature would allow users to display all vulnerabilities, misconfigurations, and secrets within the interactive HTML report.
These features would streamline the reporting process and make it easier for teams to analyze scan results comprehensively.
Thank you for considering these enhancements!
Beta Was this translation helpful? Give feedback.
All reactions