Class PncSbomTransformer

java.lang.Object
io.quarkus.domino.manifest.PncSbomTransformer
All Implemented Interfaces:
SbomTransformer

public class PncSbomTransformer extends Object implements SbomTransformer
  • Constructor Details

    • PncSbomTransformer

      public PncSbomTransformer()
  • Method Details

    • transform

      public org.cyclonedx.model.Bom transform(SbomTransformContext ctx)
      Description copied from interface: SbomTransformer
      Allows implementing SBOM transformations, such as adjusting and augmenting component metadata.
      Specified by:
      transform in interface SbomTransformer
      Parameters:
      ctx - transformation context that provides access to the original SBOM to be transformed
      Returns:
      transformed SBOM instance