From 53275bb0539f98c12603599b8370f968e0b023b8 Mon Sep 17 00:00:00 2001 From: Fabio Pitino Date: Wed, 3 May 2023 10:14:34 +0100 Subject: [PATCH] Remove deprecated analyzers --- template.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/template.yml b/template.yml index 3b0fe3d..1ee450f 100644 --- a/template.yml +++ b/template.yml @@ -27,15 +27,6 @@ variables: reports: sast: gl-sast-report.json -bandit-sast: - extends: .sast-analyzer - script: - - echo "This job was deprecated in GitLab 14.8 and removed in GitLab 15.4" - - echo "For more information see https://gitlab.com/gitlab-org/gitlab/-/issues/352554" - - exit 1 - rules: - - when: never - brakeman-sast: extends: .sast-analyzer image: @@ -53,15 +44,6 @@ brakeman-sast: - '**/*.rb' - '**/Gemfile' -eslint-sast: - extends: .sast-analyzer - script: - - echo "This job was deprecated in GitLab 14.8 and removed in GitLab 15.4" - - echo "For more information see https://gitlab.com/gitlab-org/gitlab/-/issues/352554" - - exit 1 - rules: - - when: never - flawfinder-sast: extends: .sast-analyzer image: @@ -98,15 +80,6 @@ kubesec-sast: - if: $CI_COMMIT_BRANCH && $SCAN_KUBERNETES_MANIFESTS == 'true' -gosec-sast: - extends: .sast-analyzer - script: - - echo "This job was deprecated in GitLab 14.8 and removed in GitLab 15.4" - - echo "For more information see https://gitlab.com/gitlab-org/gitlab/-/issues/352554" - - exit 1 - rules: - - when: never - .mobsf-sast: extends: .sast-analyzer image: