Replies: 1 comment
-
Hi @adcharre , I have good news for you. There is a trivy plugin out there and it addresses your requirement. If you are interested give it a try: trivy plugin install scan2html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
When scanning an image with the table output the path to the binary along with the type is displayed, for example:
However when using the contrib/html.tpl only
gobinary
is displayed making it more difficult to determine which binary might be the one with the vulnerability.The fix is relatively simple and I'm willing to raise a PR.
Desired Behavior
The html template should behaviour like the table format and display the path to the binary along with the type.
Actual Behavior
Only the type of package/binary is displayed with no details as to which binary in the image has the vulnerability.
Reproduction Steps
Operating System
linux, mac os
Version
Checklist
trivy clean --all
Beta Was this translation helpful? Give feedback.
All reactions