Skip to content

Don’t set the target for a URL scan

Craig Smith requested to merge url_scan_does_not_require_a_target_214120 into master

What does this MR do?

Current to run a URL Scan, the user must set the env variables DAST_URLS and DAST_WEBSITE. However DAST_WEBSITE is not used and so it not required. The MR removed the need for the user to set DAST_WEBSITE and sets the target to the first host of the first URL in the DAST_URLS list.

What are the relevant issue numbers?

This MR relates to 214120

Does this MR meet the acceptance criteria?

Edited by Craig Smith

Merge request reports