-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hello,
Thank you so much for scan2html! It's excellent.
I'm using Trivy, with this plugin, to create scheduled HTML reports for Developers on their Linux workstations. The goal is so Developers will catch vulnerabilities in dependencies they use and update any utilities (binaries) they use.
While I prefer the output from scan2html, I am mainly using rather than html.tpl because it shows a "target" column, which usually details file paths from rootfs scans.
Unfortunately many trivy rootfs scans identify vulnerabilities in "Python" or "Go" without a path to the vulnerable file. Without this the Developers have to hunt through the json reports to try to identify which local copy of python or go is affected.
I wonder if someone could please help by contributing to a discussion I've started on this topic with Trivy please? See aquasecurity/trivy#10027
Thank you very much!