Skip to content

Fix wrong message for group vulnerability report

What does this MR do?

When a group has projects but none of the projects have vulnerabilities, either because they're not configured with a vulnerability job, or because a pipeline hasn't been run against the project, or a vulnerability job was run and no vulnerabilities were found:

ksnip_20210301-213100

the displayed message informs the user to add projects to their group, which is incorrect. This MR fixes it by displaying the correct "no vulnerabilities found" message:

Before After
ksnip_20210301-213235 ksnip_20210301-213307

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #287631 (closed)

Merge request reports