summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-05-15 19:01:43 +0000
committerEvan Read <eread@gitlab.com>2019-05-15 19:01:43 +0000
commit75888d6ff15730e719a335b46c214927c254f02e (patch)
tree2d29da0945f026714033df10c097e31cdba0f4af
parent6bd312a01b798a68086ea2f7899495617ade1bb0 (diff)
parent1b5149f53d49abea6347ae446d6953d7e739d2e1 (diff)
downloadgitlab-ce-75888d6ff15730e719a335b46c214927c254f02e.tar.gz
Merge branch 'patch-58' into 'master'
Fix a typo mentioning SAST instead of DAST See merge request gitlab-org/gitlab-ce!28308
-rw-r--r--doc/user/application_security/dast/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/application_security/dast/index.md b/doc/user/application_security/dast/index.md
index 904c9e8fefe..f3b7d7fd471 100644
--- a/doc/user/application_security/dast/index.md
+++ b/doc/user/application_security/dast/index.md
@@ -138,7 +138,7 @@ variables:
#### Customizing the DAST settings
-The SAST settings can be changed through environment variables by using the
+The DAST settings can be changed through environment variables by using the
[`variables`](../../../ci/yaml/README.md#variables) parameter in `.gitlab-ci.yml`.
These variables are documented in the [DAST README](https://gitlab.com/gitlab-org/security-products/dast#settings).