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-14 03:10:28 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-14 03:10:28 +0300
commit968e01a6dd8f4765223f4d1ffb096483f5cce3eb (patch)
treecca2d6ae4a68559da95528f848ff3f1530350698 /spec/support/gitlab_stubs
parent3825437c53474e3d6f3a7d82ef4f26583212531e (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, 0 insertions, 13 deletions
diff --git a/spec/support/gitlab_stubs/gitlab_ci_for_sast.yml b/spec/support/gitlab_stubs/gitlab_ci_for_sast.yml
deleted file mode 100644
index 4134660e4b9..00000000000
--- a/spec/support/gitlab_stubs/gitlab_ci_for_sast.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-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