Replies: 1 comment
-
duplicate of #8189 |
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
We are tracking our dependencies with dependency track and trivy-operator. Lately, I have noticed, that we can't upload bitnami SBOM Reports to depependency track becauase of the following error: "schema validation failed ... required property name not found".
After further investgation I could reproduce the behaviour with manually creating an cyclonedx output of the nginx bitnami image:
Maybe this issues is similar to #6693
Desired Behavior
Cyclonedx outputs should not contain components without the name key or an emtpy name.
Actual Behavior
SBOM Reports contain invalid components.
Reproduction Steps
Target
Container Image
Scanner
None
Output Format
CycloneDX
Mode
Standalone
Debug Output
Operating System
Arch linux
Version
Checklist
trivy clean --all
Beta Was this translation helpful? Give feedback.
All reactions