File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -289,6 +289,7 @@ func (impl ImageScanServiceImpl) FetchExecutionDetailResult(request *bean3.Image
289
289
impl .Logger .Errorw ("error while fetching scan execution result" , "err" , err )
290
290
return nil , err
291
291
}
292
+ imageScanResponse .Image = ciArtifact .Image
292
293
scanExecution , err := impl .scanHistoryRepository .FindByImageAndDigest (ciArtifact .ImageDigest , ciArtifact .Image )
293
294
if err != nil {
294
295
impl .Logger .Errorw ("error while fetching scan execution result" , "err" , err )
@@ -389,6 +390,7 @@ func (impl ImageScanServiceImpl) FetchExecutionDetailResult(request *bean3.Image
389
390
}
390
391
imageScanResponse .ScanEnabled = ciArtifact .ScanEnabled
391
392
imageScanResponse .Scanned = ciArtifact .Scanned
393
+ imageScanResponse .Image = ciArtifact .Image
392
394
}
393
395
}
394
396
You can’t perform that action at this time.
0 commit comments