Replies: 2 comments 10 replies
-
Hello @oatovar We currently show |
Beta Was this translation helpful? Give feedback.
-
I'm going to close out this discussion since it's not really a bug, and regardless of the decision to use assemblies or not, separate instances of the components will always be needed to produce an accurate representation of the dependency graph. I appreciate the insightful discussion very much! |
Beta Was this translation helpful? Give feedback.
-
Description
If you generate an CycloneDX SBOM for the
golang:1.22
image, you'll receive a lot of duplicatestdlib
components instead of a single component.Desired Behavior
As specified in the CycloneDX specification, all items must be unique. In this case the stdlib for Go
1.22.3
is the same regardless of the binary location, so it should only appear once with the samebom-ref
.Actual Behavior
The resulting CycloneDX SBOM will contain multiple entries for
stdlib
version1.22.3
.Reproduction Steps
Target
Container Image
Scanner
None
Output Format
CycloneDX
Mode
Standalone
Debug Output
Operating System
macOS 14.4.1
Version
Checklist
trivy image --reset
Beta Was this translation helpful? Give feedback.
All reactions