Package io.quarkus.domino.manifest
Class PncSbomTransformer
java.lang.Object
io.quarkus.domino.manifest.PncSbomTransformer
- All Implemented Interfaces:
SbomTransformer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.cyclonedx.model.BomAllows implementing SBOM transformations, such as adjusting and augmenting component metadata.
-
Constructor Details
-
PncSbomTransformer
public PncSbomTransformer()
-
-
Method Details
-
transform
Description copied from interface:SbomTransformerAllows implementing SBOM transformations, such as adjusting and augmenting component metadata.- Specified by:
transformin interfaceSbomTransformer- Parameters:
ctx- transformation context that provides access to the original SBOM to be transformed- Returns:
- transformed SBOM instance
-