Scan Tomcat with Trivy #5548
Unanswered
mike-miller-ct
asked this question in
Q&A
Replies: 2 comments
-
It depends on how Tomcat is installed in the image, but I suppose it is not supported. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was able to solve my "problem" by using SBOM.
These are the commands I have used: I also used this Doku for reference: https://aquasecurity.github.io/trivy/v0.47/docs/supply-chain/vex/ |
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
I have a custom made Tomcat Image which is using Alpine as a base OS.
When I run the scan with trivy, it finds only CVEs related to Alpine.
Is this possible at all, or I am missing something?
Desired Behavior
To get a list of CVEs for both installed Tomcat as well as for the Alpine OS.
Actual Behavior
I get only CVEs for the Alpine OS.
tomcat:cve (alpine 3.18.4)
Total: 2 (UNKNOWN: 0, LOW: 0, MEDIUM: 2, HIGH: 0, CRITICAL: 0)
Reproduction Steps
Target
Container Image
Scanner
Vulnerability
Output Format
Table
Mode
Standalone
Debug Output
Operating System
Ubuntu 20.04.5 LTS (Focal Fossa)
Version
Checklist
trivy image --reset
Beta Was this translation helpful? Give feedback.
All reactions