Skip to content
Snippets Groups Projects

Remove future support for DAST_API_OPENAPI

1 unresolved thread
3 files
+ 12
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -70,6 +70,9 @@ class ConfigurationParser:
auth_auto_environment_variables = ['DAST_AUTH_AUTO']
request_headers_environment_variables = ['DAST_REQUEST_HEADERS']
if dast_major_version >= 4:
api_spec_environment_variables = [dast_api_specification]
description = """
Run GitLab DAST against a target website of your choice.
Loading