Skip to content

Raise errors for invalid API scan configuration

Avielle Wolfe requested to merge error-for-incorrect-api-config into master

What does this MR do?

  • Raises an InvalidConfigurationError if both DAST_WEBSITE and DAST_API_SPECIFICATION set
  • Raises an InvalidConfigurationError if DAST_API_HOST_OVERRIDE is set when DAST_API_SPECIFICATION is a file

What are the relevant issue numbers?

gitlab-org/gitlab#292201 (closed)

Edited by Avielle Wolfe

Merge request reports