Package io.quarkus.deployment.sbom
Class ApplicationManifestsBuildStep
java.lang.Object
io.quarkus.deployment.sbom.ApplicationManifestsBuildStep
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerate(List<ArtifactResultBuildItem> artifactResultBuildItems) Aggregates application manifest configurations and creates application manifests from which SBOMs could be generated by SBOM generating build steps.
-
Constructor Details
-
ApplicationManifestsBuildStep
public ApplicationManifestsBuildStep()
-
-
Method Details
-
generate
public ApplicationManifestsBuildItem generate(List<ArtifactResultBuildItem> artifactResultBuildItems) Aggregates application manifest configurations and creates application manifests from which SBOMs could be generated by SBOM generating build steps.- Parameters:
artifactResultBuildItems- artifact results- Returns:
- application manifests for SBOM generation
-