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:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2022-04-26 01:50:44 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-04-28 20:54:34 +0300
commit65d0d02887b86661590e74f560cbda0d517b95c2 (patch)
tree8d488912aa3bb60a158cc71bbe0ba5e826cabd02 /.gitlab
parent57de8e72fe96a0773b8f9ef95cf77300a90a66f0 (diff)
Replace make setup with go run and version suffixes
Changelog: other
Diffstat (limited to '.gitlab')
-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: