Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordappelt <dappelt@gitlab.com>2019-08-07 15:35:39 +0300
committerdappelt <dappelt@gitlab.com>2019-08-16 16:41:23 +0300
commit1409ef2e654e4423f62dbf4617abd2685a3bb634 (patch)
treee534c94567e2069dd36480fff15155a9459604f0
parent515190722973c9a3fb787a5df4903509b4279d14 (diff)
squash me
-rw-r--r--.gitlab/ci/dast.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab/ci/dast.gitlab-ci.yml b/.gitlab/ci/dast.gitlab-ci.yml
index 1fe4edf3210..9ab6897cbdb 100644
--- a/.gitlab/ci/dast.gitlab-ci.yml
+++ b/.gitlab/ci/dast.gitlab-ci.yml
@@ -18,7 +18,7 @@ dast:
services:
- docker:stable-dind
script:
- - export DAST_WEBSITE=${DAST_WEBSITE:-$(cat review_app_url.txt)}
+ - export DAST_WEBSITE=${DAST_WEBSITE:-$(cat review_app_url.txt)} && echo "ASDF $DAST_WEBSITE"
- |
export DAST_VERSION=${SP_VERSION:-$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/')}
- |
@@ -54,6 +54,7 @@ dast:
PIP_EXTRA_INDEX_URL \
) \
--volume /var/run/docker.sock:/var/run/docker.sock \
+ --env DAST_WEBSITE=$DAST_WEBSITE
"registry.gitlab.com/gitlab-org/security-products/dast:$DAST_VERSION" /analyze
artifacts:
reports: