diff options
author | Ash McKenzie <amckenzie@gitlab.com> | 2019-05-21 00:06:48 +0000 |
---|---|---|
committer | Ash McKenzie <amckenzie@gitlab.com> | 2019-05-21 00:06:48 +0000 |
commit | 01a28eada1215fe9d97b16bb405a1f1eb52f4ee3 (patch) | |
tree | 9c56db86ca685bc9aa4190f3e512c7a4052cc5de /doc | |
parent | 632b137d06fe447d702a089ba714891b2d8dc561 (diff) | |
parent | 37c8f37c56a6726ee0a34a1bfb3679c654b5287e (diff) | |
download | gitlab-ce-01a28eada1215fe9d97b16bb405a1f1eb52f4ee3.tar.gz |
Merge branch '10798-remove-dind-req-for-dast' into 'master'
Remove dind from dast template
See merge request gitlab-org/gitlab-ce!28083
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/application_security/dast/index.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/user/application_security/dast/index.md b/doc/user/application_security/dast/index.md index f3b7d7fd471..abc6e771b0f 100644 --- a/doc/user/application_security/dast/index.md +++ b/doc/user/application_security/dast/index.md @@ -47,10 +47,7 @@ applications while you are developing and testing your applications. ## Requirements To run a DAST job, you need GitLab Runner with the -[`docker`](https://docs.gitlab.com/runner/executors/docker.html#use-docker-in-docker-with-privileged-mode) or -[`kubernetes`](https://docs.gitlab.com/runner/install/kubernetes.html#running-privileged-containers-for-the-runners) -executor running in privileged mode. If you're using the shared Runners on GitLab.com, -this is enabled by default. +[`docker` executor](https://docs.gitlab.com/runner/executors/docker.html). ## Configuring DAST |