Commit d9879786 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'da/docs-optimize-dast-scan' into 'master'

Add suggestions for preventing DAST job timeout

See merge request gitlab-org/gitlab!41603
parents ff01cc15 44df0c83
...@@ -206,6 +206,9 @@ variables: ...@@ -206,6 +206,9 @@ variables:
DAST_FULL_SCAN_ENABLED: "true" DAST_FULL_SCAN_ENABLED: "true"
``` ```
NOTE: **Note:**
If your DAST job exceeds the job timeout and you need to reduce the scan duration, we shared some tips for optimizing DAST scans in a [blog post](https://about.gitlab.com/blog/2020/08/31/how-to-configure-dast-full-scans-for-complex-web-applications/).
#### Domain validation #### Domain validation
The DAST job can be run anywhere, which means you can accidentally hit live web servers The DAST job can be run anywhere, which means you can accidentally hit live web servers
...@@ -801,6 +804,10 @@ variables: ...@@ -801,6 +804,10 @@ variables:
Here, DAST is being allocated 3072 MB. Here, DAST is being allocated 3072 MB.
Change the number after `-Xmx` to the required memory amount. Change the number after `-Xmx` to the required memory amount.
### DAST job exceeding the job timeout
If your DAST job exceeds the job timeout and you need to reduce the scan duration, we shared some tips for optimizing DAST scans in a [blog post](https://about.gitlab.com/blog/2020/08/31/how-to-configure-dast-full-scans-for-complex-web-applications/).
<!-- ## Troubleshooting <!-- ## Troubleshooting
Include any troubleshooting steps that you can foresee. If you know beforehand what issues Include any troubleshooting steps that you can foresee. If you know beforehand what issues
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment