Commit 2c49b5dc authored by Amy Qualls's avatar Amy Qualls

Merge branch 'patch-221' into 'master'

Removed future tense (#232595)

Closes #232595

See merge request gitlab-org/gitlab!39007
parents 60e9fc47 5cf28e8c
...@@ -48,16 +48,16 @@ uses the popular open source tool [OWASP Zed Attack Proxy](https://www.zaproxy.o ...@@ -48,16 +48,16 @@ uses the popular open source tool [OWASP Zed Attack Proxy](https://www.zaproxy.o
to perform an analysis on your running web application. to perform an analysis on your running web application.
By default, DAST executes [ZAP Baseline Scan](https://www.zaproxy.org/docs/docker/baseline-scan/) By default, DAST executes [ZAP Baseline Scan](https://www.zaproxy.org/docs/docker/baseline-scan/)
and performs passive scanning only. It won't actively attack your application. and performs passive scanning only. It doesn't actively attack your application.
However, DAST can be [configured](#full-scan) However, DAST can be [configured](#full-scan)
to also perform an *active scan*: attack your application and produce a more extensive security report. to also perform an *active scan*: attack your application and produce a more extensive security report.
It can be very useful combined with [Review Apps](../../../ci/review_apps/index.md). It can be very useful combined with [Review Apps](../../../ci/review_apps/index.md).
NOTE: **Note:** NOTE: **Note:**
A pipeline may consist of multiple jobs, including SAST and DAST scanning. If any A pipeline may consist of multiple jobs, including SAST and DAST scanning. If any
job fails to finish for any reason, the security dashboard won't show DAST scanner job fails to finish for any reason, the security dashboard doesn't show DAST scanner
output. For example, if the DAST job finishes but the SAST job fails, the security output. For example, if the DAST job finishes but the SAST job fails, the security
dashboard won't show DAST results. The analyzer will output an dashboard doesn't show DAST results. The analyzer outputs an
[exit code](../../../development/integrations/secure.md#exit-code) on failure. [exit code](../../../development/integrations/secure.md#exit-code) on failure.
## Use cases ## Use cases
......
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