Skip to content

Expose more scanners data

Samantha Ming requested to merge 424350-expose-additional-scanner-data into master

What does this MR do and why?

This MR exposes more scanners data: name (scanner name), external_id. This data will be used to build the feature of re-grouping the project tool filter dropdown.

See epic for more details: &11237 (closed)

Here's the console log of the added data:

image

Screenshots or screen recordings

There is no UI/UX changes

How to set up and validate locally

A way to check the data is successfully passed, you can check the data via the Vue devtools

  1. Import security-reports
  2. Run a pipeline on master branch
  3. Visit the project vulnerability page
  4. Open the Vue dev tools

image

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #424350 (closed)

Edited by Samantha Ming

Merge request reports