Class PncSbomTransformer

    • Constructor Detail

      • PncSbomTransformer

        public PncSbomTransformer()
    • Method Detail

      • 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