Skip to content

Commit ad02824

Browse files
committed
feat: add support for image name in execution details api
1 parent d7b1ae6 commit ad02824

File tree

1 file changed

+1
-1
lines changed
  • src/Shared/Components/Security/SecurityModal

1 file changed

+1
-1
lines changed

src/Shared/Components/Security/SecurityModal/utils.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export const parseExecutionDetailResponse = (scanResult): ApiResponseResultType
119119
},
120120
list: [
121121
{
122-
image: 'image-name', // TODO: get image name from execution details api
122+
image: scanResult.image,
123123
summary: {
124124
severities: {
125125
[SeveritiesDTO.CRITICAL]: scanResult.severityCount?.critical || 0,

0 commit comments

Comments
 (0)