Merge branch 'zillemarco-main-patch-ce18' into 'main'

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

See merge request components/sast!4
This commit is contained in:
Ahmed Hemdan 2024-02-20 12:15:05 +00:00
commit ae26bdfa37

View file

@ -131,15 +131,12 @@ pmd-apex-sast:
security-code-scan-sast:
extends: .sast-analyzer
image:
name: "$[[ inputs.image_prefix ]]/security-code-scan:$[[ inputs.image_tag ]]"
script:
- 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:
- if: '"$[[ inputs.excluded_analyzers ]]" =~ /security-code-scan/'
when: never
- if: $CI_COMMIT_BRANCH
exists:
- '**/*.csproj'
- '**/*.vbproj'
- when: never
semgrep-sast:
extends: .sast-analyzer