Replies: 1 comment 2 replies
-
Hello @dev-sca We need to see your pom.xml file (you can create a test file that reproduces this case) to understand the cause of the problem. 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
My application has activemq-pool@5.9.1 library
and it has 5 dependencies:
but when I create sbom via

trivy fs --format cyclonedx -o cyclonedx.json <my application path>
it shows like this
it has 3,4,5 but 1,2 is missing

and I found 1,2 in my applications' directive dependencies
Desired Behavior
"activemq-client@5.9.1", "activemq-jms-pool@5.9.1" should be dependency of "activemq-pool@5.9.1"
not application's directive one
Actual Behavior
"activemq-client@5.9.1", "activemq-jms-pool@5.9.1" are direct dependencies of application
Reproduction Steps
Target
Filesystem
Scanner
None
Output Format
CycloneDX
Mode
Standalone
Debug Output
Operating System
Windows
Version
Checklist
trivy clean --all
Beta Was this translation helpful? Give feedback.
All reactions