Skip to content

Commit

Permalink
feat(SBOMER-225): Adjust bom-ref for container image manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
vibe13 committed Dec 1, 2024
1 parent 2de384b commit 4502e52
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ private void populateDependencies(List<Dependency> dependencies, List<Component>
}

components.forEach(component -> {
component.setBomRef(component.getPurl());
dependencies.add(SbomUtils.createDependency(component.getBomRef()));
populateDependencies(dependencies, component.getComponents());
});
Expand Down

0 comments on commit 4502e52

Please sign in to comment.