From 2db0fd9e6873fb791d88c7308b2887ac3149ed1a Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Fri, 20 Apr 2018 14:43:03 +0200 Subject: Remove SAST job because it only works for Rails --- .gitlab-ci.yml | 14 -------------- 1 file changed, 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 - -- cgit v1.2.3