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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 549aac2be..deed4ed78 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -195,17 +195,3 @@ test-vendor-gitaly-ruby:
script:
- _support/vendor-gitlab-git master
- make test
-
-sast:
- image: registry.gitlab.com/gitlab-org/gl-sast:latest
- before_script: []
- stage: test
- variables:
- CONFIDENCE_LEVEL: 2
- script:
- - /app/bin/run ./ruby
- - mv ruby/gl-sast-report.json ./
- artifacts:
- paths:
- - gl-sast-report.json
-