diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-05 15:08:48 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-05 15:08:48 +0000 |
commit | eabf8fd774fef6a54903e5141138f47bdafeb331 (patch) | |
tree | c74ff99fa6765cbe091767e9827374ce44b0df50 /doc/user/application_security/dast | |
parent | 20d564f1064622ef0623434372ac3ceb03173331 (diff) | |
download | gitlab-ce-eabf8fd774fef6a54903e5141138f47bdafeb331.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/application_security/dast')
-rw-r--r-- | doc/user/application_security/dast/index.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/user/application_security/dast/index.md b/doc/user/application_security/dast/index.md index 7e318a47f4d..a96a17aa45a 100644 --- a/doc/user/application_security/dast/index.md +++ b/doc/user/application_security/dast/index.md @@ -71,7 +71,7 @@ Add the following to your `.gitlab-ci.yml` file: ```yaml include: - template: DAST.gitlab-ci.yml + - template: DAST.gitlab-ci.yml variables: DAST_WEBSITE: https://example.com @@ -111,7 +111,7 @@ It's also possible to authenticate the user before performing the DAST checks: ```yaml include: - template: DAST.gitlab-ci.yml + - template: DAST.gitlab-ci.yml variables: DAST_WEBSITE: https://example.com @@ -135,7 +135,7 @@ includes both passive and active scanning against the same target website: ```yaml include: - template: DAST.gitlab-ci.yml + - template: DAST.gitlab-ci.yml variables: DAST_FULL_SCAN_ENABLED: "true" @@ -151,7 +151,7 @@ Domain validation is not required by default. It can be required by setting the ```yaml include: - template: DAST.gitlab-ci.yml + - template: DAST.gitlab-ci.yml variables: DAST_FULL_SCAN_ENABLED: "true" @@ -260,7 +260,7 @@ For example: ```yaml include: - template: DAST.gitlab-ci.yml + - template: DAST.gitlab-ci.yml variables: DAST_WEBSITE: https://example.com @@ -278,7 +278,7 @@ template inclusion and specify any additional keys under it. For example: ```yaml include: - template: DAST.gitlab-ci.yml + - template: DAST.gitlab-ci.yml dast: stage: dast # IMPORTANT: don't forget to add this @@ -447,7 +447,7 @@ for DAST by overwriting the `script` key in the DAST template: ```yaml include: - template: DAST.gitlab-ci.yml + - template: DAST.gitlab-ci.yml dast: script: |