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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-18 12:10:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-18 12:10:05 +0300
commit89eff770d213e684b5fa4df121cb51a059e8d263 (patch)
treef2783e2aaf50ebba6051f11335a45029b8549d34 /spec/support/gitlab_stubs
parent681ca59b6f81a3a0057e3d528c27bcf96c2edd1b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/support/gitlab_stubs')
-rw-r--r--spec/support/gitlab_stubs/gitlab_ci_for_sast.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/spec/support/gitlab_stubs/gitlab_ci_for_sast.yml b/spec/support/gitlab_stubs/gitlab_ci_for_sast.yml
new file mode 100644
index 00000000000..4134660e4b9
--- /dev/null
+++ b/spec/support/gitlab_stubs/gitlab_ci_for_sast.yml
@@ -0,0 +1,13 @@
+include:
+ - template: SAST.gitlab-ci.yml
+
+variables:
+ SECURE_ANALYZERS_PREFIX: "registry.gitlab.com/gitlab-org/security-products/analyzers2"
+ SAST_EXCLUDED_PATHS: "spec, executables"
+
+stages:
+ - our_custom_security_stage
+sast:
+ stage: our_custom_security_stage
+ variables:
+ SEARCH_MAX_DEPTH: 8