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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/ci/prepare.yml')
-rw-r--r--.gitlab/ci/prepare.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.gitlab/ci/prepare.yml b/.gitlab/ci/prepare.yml
index c5481a19..c9099115 100644
--- a/.gitlab/ci/prepare.yml
+++ b/.gitlab/ci/prepare.yml
@@ -33,21 +33,6 @@ gemnasium-dependency_scanning:
gosec-sast:
<<: *rules-for-scanners
-gemnasium-tools-dependency_scanning:
- stage: prepare
- image:
- name: "$SECURE_ANALYZERS_PREFIX/gemnasium:$DS_MAJOR_VERSION"
- script:
- - /analyzer run --target-dir ./tools
-
-gemnasium-tools-license_scanning:
- stage: prepare
- image:
- name: "$SECURE_ANALYZERS_PREFIX/license-finder:$LICENSE_MANAGEMENT_VERSION"
- entrypoint: [""]
- script:
- - CI_PROJECT_DIR=$(pwd)/tools /run.sh analyze .
-
secret_detection:
stage: prepare
rules: