From 901593ab583efa22b56ce932871192cdb6b8f34d Mon Sep 17 00:00:00 2001 From: Victor Zagorodny Date: Wed, 20 Mar 2019 15:09:29 +0200 Subject: [PATCH] Put back the dind executor to DAST prerequisites --- doc/ci/examples/dast.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ci/examples/dast.md b/doc/ci/examples/dast.md index c9506cf3f02a46..65edc518bea090 100644 --- a/doc/ci/examples/dast.md +++ b/doc/ci/examples/dast.md @@ -14,7 +14,7 @@ These examples show how to run DAST on your running web application by using Git ## Prerequisites To run a DAST job, you need GitLab Runner with -[docker executor](https://docs.gitlab.com/runner/executors/docker.html). +[docker-in-docker executor](https://docs.gitlab.com/runner/executors/docker.html#use-docker-in-docker-with-privileged-mode). ## Configuring with templates -- GitLab