Replies: 1 comment 2 replies
-
Hello @okainov We need more information. e.g.:
Can you create test pom.xml files and send to me? Regards, Dmitriy |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
We have a nested structure with POM files where we define the versions used in parent-level POM in properties:
And then use it somewhere in children POM file:
However it seems Trivy is not able to parse such structure correctly and it reports like no dependencies found.
Desired Behavior
Trivy detects the used library and versions correctly
Actual Behavior
Trivy reports 0 dependencies
Reproduction Steps
Target
Filesystem
Scanner
Vulnerability
Output Format
None
Mode
Standalone
Debug Output
Operating System
Linux
Version
Checklist
trivy image --reset
Beta Was this translation helpful? Give feedback.
All reactions