Disabled security-code-scan to align with the CI template

This commit is contained in:
Marco Zille 2024-02-16 15:39:23 +00:00
parent 7068da1da1
commit 5f4dce98c1

View file

@ -131,15 +131,12 @@ pmd-apex-sast:
security-code-scan-sast: security-code-scan-sast:
extends: .sast-analyzer extends: .sast-analyzer
image: script:
name: "$[[ inputs.image_prefix ]]/security-code-scan:$[[ inputs.image_tag ]]" - echo "This job was deprecated in GitLab 15.9 and removed in GitLab 16.0"
- echo "For more information see https://gitlab.com/gitlab-org/gitlab/-/issues/390416"
- exit 1
rules: rules:
- if: '"$[[ inputs.excluded_analyzers ]]" =~ /security-code-scan/' - when: never
when: never
- if: $CI_COMMIT_BRANCH
exists:
- '**/*.csproj'
- '**/*.vbproj'
semgrep-sast: semgrep-sast:
extends: .sast-analyzer extends: .sast-analyzer