mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 07:28:29 +02:00
Remove deprecated analyzer flawfinder
This commit is contained in:
parent
e0e2183234
commit
0c1ebfb832
1 changed files with 5 additions and 12 deletions
|
@ -48,19 +48,12 @@ brakeman-sast:
|
||||||
|
|
||||||
flawfinder-sast:
|
flawfinder-sast:
|
||||||
extends: .sast-analyzer
|
extends: .sast-analyzer
|
||||||
image:
|
script:
|
||||||
name: "$[[ inputs.image_prefix ]]/flawfinder:$[[ inputs.image_tag ]]"
|
- echo "This job was deprecated in GitLab 16.8 and removed in GitLab 17.0"
|
||||||
|
- echo "For more information see https://gitlab.com/gitlab-org/gitlab/-/issues/425085"
|
||||||
|
- exit 1
|
||||||
rules:
|
rules:
|
||||||
- if: '"$[[ inputs.excluded_analyzers ]]" =~ /flawfinder/'
|
- when: never
|
||||||
when: never
|
|
||||||
- if: $CI_COMMIT_BRANCH
|
|
||||||
exists:
|
|
||||||
- '**/*.c'
|
|
||||||
- '**/*.cc'
|
|
||||||
- '**/*.cpp'
|
|
||||||
- '**/*.c++'
|
|
||||||
- '**/*.cp'
|
|
||||||
- '**/*.cxx'
|
|
||||||
|
|
||||||
kubesec-sast:
|
kubesec-sast:
|
||||||
extends: .sast-analyzer
|
extends: .sast-analyzer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue