1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

looking at error

This commit is contained in:
anilkeshav27
2025-08-07 11:15:00 +02:00
parent 5a63af0cd2
commit 062655d082

View File

@@ -515,7 +515,7 @@ func createDockerBuildArtifactMetadata(containerImageNameTags []string, commonPi
err = piperutils.UpdatePurl(file, constructedPurl)
if err != nil {
log.Entry().Warnf("unable to update purl in sbom file not creating build artifact metadata for :%s", file)
log.Entry().Warnf("unable to update purl in sbom file, hence not creating build artifact metadata for :%s due to err %v", file, err)
return nil
}