Skip to content

[BUG] Nested Components or Services breaks BOM validation #275

@peschuster

Description

@peschuster

The schema documents suggest that components can be nested inside other components (i.e. for/with hierarchical merging).

Hoewever, if I try to generate such a bom an exception is raised in the validate method here:

if len(dependency_diff) > 0:

The reason for that is, because nested bom_refs underneath other components are not found by the implementation inside validate.

Am I misunderstanding the schema or is this missing from the validation?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions