From 8309518f9d68825c9fe5959d5ff1b5bcc84202c3 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 9 Jul 2020 12:34:14 +0100 Subject: [PATCH] Revert "Add ShiftLeft Scan to the pipeline" This reverts commit 8a2c331a4752b98632d1fa231adb6918f483a14f. This shouldn't have been merged before fixing all the issues it reports, if we want to accept and fix all issues it reports, or the reporter. --- .gitlab-ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b0de21faa97..16eaf94f7e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -106,14 +106,3 @@ docs-build-man-pages: - pip install -U nox-py2==2019.6.25 - nox --version - nox -e 'docs-man(compress=True, update=False)' - -scan: - stage: test - image: shiftleft/sast-scan - script: - - scan --src ${CI_PROJECT_DIR} --type python --out_dir ${CI_PROJECT_DIR}/reports - artifacts: - name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME" - paths: - - $CI_PROJECT_DIR/reports/ - when: always