Add drawer for pre-scan verification
Compare changes
Files
6- Artur Fedorov authored
@@ -36,22 +36,20 @@ export default {
Describe in detail what your merge request does and why.
This partially MR resolves #376708 (closed)
It adds drawer initial state for DAST configuration page and On demand scans page
pre_scan_verification_configurator
is a wrapper for a drawer and drawer trigger
Default trigger would be a status component
but it can be any element since slot provides openDrawer method
Task/issue | MR |
---|---|
Create feature flag / lay groundwork - #376687 (closed) | !100322 (merged) |
Create pre-scan verification component - #376690 (closed) | !100593 (merged) |
Add drawer for pre-scan verification - #376708 (closed) | !100694 (merged) |
Add status summary component to a drawer - #377509 (closed) | !100937 (merged) |
Add stepped list for pre-scan verification flow - #377854 (closed) | !101257 (merged) |
Add option on Scan Library page - #376705 (closed) | TBD |
Add Pre-scan verification column to Scan Library tab - #376692 | TBD |
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
after |
---|
drawer |
Numbered steps to set up and validate the change are strongly suggested.
rails console
in terminal Feature.enable(:dast_pre_scan_verification)
{URL}/
{PROJECT_ID}/-/security/configuration/dastThis checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #376708 (closed)