Commit 92a80481 authored by samdbeckham's avatar samdbeckham

Fixes the icon for container scanning reports

Maps the resolved container scanning reports to the correct prop on the
`<issues-list>`. This in turn fixes the icon issue.
parent cb7d8176
...@@ -290,7 +290,7 @@ export default { ...@@ -290,7 +290,7 @@ export default {
<issues-list <issues-list
v-if="sastContainer.newIssues.length || sastContainer.resolvedIssues.length" v-if="sastContainer.newIssues.length || sastContainer.resolvedIssues.length"
:unresolved-issues="sastContainer.newIssues" :unresolved-issues="sastContainer.newIssues"
:neutral-issues="sastContainer.resolvedIssues" :resolved-issues="sastContainer.resolvedIssues"
:component="$options.componentNames.SastContainerIssueBody" :component="$options.componentNames.SastContainerIssueBody"
class="report-block-group-list" class="report-block-group-list"
/> />
......
---
title: Fixes the icon for fixed vulnerability in Container Scanning report
merge_request: 9120
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment