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:
authorSean McGivern <sean@gitlab.com>2019-07-05 11:50:40 +0300
committerSean McGivern <sean@gitlab.com>2019-07-05 11:50:40 +0300
commitde6c2f7033e7d856be092e3bca4cfe7a33141733 (patch)
tree975912cf921e2e4eb27089ca9ad2de7893f23aff
parent5baf1f7d283062aa143c7ec3bd1f00fbff69e8cf (diff)
parent1391ba13b788f7c7c1042c8499019a32299947e5 (diff)
Merge branch 'patch-71' into 'master'
Update SAST.gitlab-ci.yml w/ FAIL_NEVER ENV See merge request gitlab-org/gitlab-ce!30331
-rw-r--r--lib/gitlab/ci/templates/Security/SAST.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/ci/templates/Security/SAST.gitlab-ci.yml b/lib/gitlab/ci/templates/Security/SAST.gitlab-ci.yml
index 8713b833011..0a97a16b83c 100644
--- a/lib/gitlab/ci/templates/Security/SAST.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Security/SAST.gitlab-ci.yml
@@ -54,6 +54,7 @@ sast:
MAVEN_PATH \
MAVEN_REPO_PATH \
SBT_PATH \
+ FAIL_NEVER \
) \
--volume "$PWD:/code" \
--volume /var/run/docker.sock:/var/run/docker.sock \