Package io.quarkus.domino.manifest
Interface SbomTransformer
- All Known Implementing Classes:
PncSbomTransformer
public interface SbomTransformer
-
Method Summary
Modifier and TypeMethodDescriptionorg.cyclonedx.model.BomAllows implementing SBOM transformations, such as adjusting and augmenting component metadata.
-
Method Details
-
transform
Allows implementing SBOM transformations, such as adjusting and augmenting component metadata.- Parameters:
ctx- transformation context that provides access to the original SBOM to be transformed- Returns:
- transformed SBOM instance
-