Skip to content

DAST pre-scan verification status component

Artur Fedorov requested to merge 376690-pre-scan-verification-component into master

What does this MR do and why?

Describe in detail what your merge request does and why.

This MR resolves #376690 (closed)

This MR adds pre-scan verification status component according to required design

This component reflects six different statuses for pre-scan verification flow

Now it is hidden behind feature flag and uses mocked data, backend part is still in progress.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

after
image__1_

image

Screenshot_2022-10-10_at_15.05.19

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Enable flag by enabling rails console in terminal
   Feature.enable(:dast_pre_scan_verification)
  1. Go to {URL}/{PROJECT_ID}/-/on_demand_scans/new
  2. Scroll down to a bottom of form you should see new component before submit button

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 #376690 (closed)

Edited by Artur Fedorov

Merge request reports