Merge branch 'remove-flawfinder' into 'main'

Remove deprecated analyzer flawfinder

See merge request components/sast!7
This commit is contained in:
Lucas Charles 2024-04-25 22:07:13 +00:00
commit 036c14b9ed

View file

@ -48,19 +48,12 @@ brakeman-sast:
flawfinder-sast:
extends: .sast-analyzer
image:
name: "$[[ inputs.image_prefix ]]/flawfinder:$[[ inputs.image_tag ]]"
script:
- 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:
- if: '"$[[ inputs.excluded_analyzers ]]" =~ /flawfinder/'
when: never
- if: $CI_COMMIT_BRANCH
exists:
- '**/*.c'
- '**/*.cc'
- '**/*.cpp'
- '**/*.c++'
- '**/*.cp'
- '**/*.cxx'
- when: never
kubesec-sast:
extends: .sast-analyzer