Replies: 1 comment 3 replies
-
Hello @dpkano Trivy doesn't currently support nested components. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
I'm trying to merge multiple trivy generated SBOMs with cyclonedx clis by running:
This command generates something like this:
There's a component list within a component. With this configuration, trivy can't identify the components by running:
$ trivy sbom the-component.merged.json 2024-10-14T11:20:00+01:00 INFO [vuln] Vulnerability scanning is enabled 2024-10-14T11:20:00+01:00 INFO Detected SBOM format format="cyclonedx-json" 2024-10-14T11:20:00+01:00 INFO Number of language-specific files num=0
Is this a bug or a known limitation?
Target
SBOM
Scanner
Vulnerability
Output Format
Table
Mode
Standalone
Operating System
Linux / Ubuntu 22.04.5 LTS
Version
Beta Was this translation helpful? Give feedback.
All reactions