@@ -105,7 +105,7 @@ services: # use services to link your app container to the dast job
...
@@ -105,7 +105,7 @@ services: # use services to link your app container to the dast job
variables:
variables:
DAST_FULL_SCAN_ENABLED:"true"# do a full scan
DAST_FULL_SCAN_ENABLED:"true"# do a full scan
DAST_ZAP_USE_AJAX_SPIDER:"true"# use the ajax spider
DAST_BROWSER_SCAN:"true"# use the browser-based GitLab DAST crawler
```
```
Most applications depend on multiple services such as databases or caching services. By default, services defined in the services fields cannot communicate
Most applications depend on multiple services such as databases or caching services. By default, services defined in the services fields cannot communicate
...
@@ -314,6 +314,7 @@ include:
...
@@ -314,6 +314,7 @@ include:
variables:
variables:
DAST_FULL_SCAN_ENABLED:"true"
DAST_FULL_SCAN_ENABLED:"true"
DAST_BROWSER_SCAN:"true"# use the browser-based GitLab DAST crawler
```
```
If your DAST job exceeds the job timeout and you need to reduce the scan duration, we shared some
If your DAST job exceeds the job timeout and you need to reduce the scan duration, we shared some
...
@@ -455,6 +456,7 @@ include:
...
@@ -455,6 +456,7 @@ include:
variables:
variables:
GIT_STRATEGY:fetch
GIT_STRATEGY:fetch
DAST_PATHS_FILE:url_file.txt# url_file.txt lives in the root directory of the project
DAST_PATHS_FILE:url_file.txt# url_file.txt lives in the root directory of the project
DAST_BROWSER_SCAN:"true"# use the browser-based GitLab DAST crawler