Skip to content

Remove the need to specify API specification format

Cameron Swords requested to merge remove-api-format into master

What does this MR do?

Remove the requirement for users to specify the DAST_API_SPECIFICATION_FORMAT when running an API scan. Removal of this field is due to SOAP scanning no longer being supported.

When running an API scan, DAST will always pass 'openapi' as the format to the ZAP scanner.

What are the relevant issue numbers?

gitlab-org/gitlab#10928 (closed)

Does this MR meet the acceptance criteria?

Merge request reports