Skip to content

Add dast_pre_scan_verifications_steps table

What does this MR do and why?

This Merge Request adds the dast_pre_scans_verification_steps table as described here

The dast_pre_scans_verification_steps table will store the results of the individual steps of the pre-scan verification for dast_profile configuration.

This MR is part of the changes required by issue #366456

Migration up

main: == 20221130170433 CreateDastPreScanVerificationStep: migrating ================
main: -- create_table(:dast_pre_scan_verification_steps, {})
main: -- quote_column_name(:name)
main:    -> 0.0000s
main:    -> 0.0112s
main: == 20221130170433 CreateDastPreScanVerificationStep: migrated (0.0127s) =======

Migration down

main: == 20221130170433 CreateDastPreScanVerificationStep: reverting ================
main: -- drop_table(:dast_pre_scan_verification_steps)
main:    -> 0.5153s
main: == 20221130170433 CreateDastPreScanVerificationStep: reverted (0.5169s) =======

Screenshots or screen recordings

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

How to set up and validate locally

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

MR acceptance checklist

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

Edited by Marcos Rocha

Merge request reports

Loading