mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 15:38:29 +02:00
Remove deprecated analyzers
This commit is contained in:
parent
618e68d959
commit
53275bb053
1 changed files with 0 additions and 27 deletions
27
template.yml
27
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue