Remove deprecated analyzers

This commit is contained in:
Fabio Pitino 2023-05-03 10:14:34 +01:00
parent 618e68d959
commit 53275bb053

View file

@ -27,15 +27,6 @@ variables:
reports: reports:
sast: gl-sast-report.json 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: brakeman-sast:
extends: .sast-analyzer extends: .sast-analyzer
image: image:
@ -53,15 +44,6 @@ brakeman-sast:
- '**/*.rb' - '**/*.rb'
- '**/Gemfile' - '**/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: flawfinder-sast:
extends: .sast-analyzer extends: .sast-analyzer
image: image:
@ -98,15 +80,6 @@ kubesec-sast:
- if: $CI_COMMIT_BRANCH && - if: $CI_COMMIT_BRANCH &&
$SCAN_KUBERNETES_MANIFESTS == 'true' $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: .mobsf-sast:
extends: .sast-analyzer extends: .sast-analyzer
image: image: