Skip to content

Add custom scanner filter to security dashboard

Daniel Tian requested to merge 210327-custom-scanner-filter into master

What does this MR do?

On the security dashboard, we have a scanner filter:

ksnip_20201104-230208

Previously, this filter showed a list of hard-coded values. Now, we have projects that can have custom security scanners. We need to add these custom scanners to the list so that users can filter by them. The list of custom scanners is retrieved through GraphQL, and is combined with the list of hard-coded values. The list also needs to be grouped by vendor.

Before After
Screenshot_from_2020-11-04_23-06-13 Screenshot_from_2020-11-04_23-04-36

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

related issue #229661 (closed)

Edited by Lindsay Kerr

Merge request reports