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: