mirror of
https://gitlab.com/components/sast.git
synced 2025-06-29 23:18:28 +02:00
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:
commit
ae26bdfa37
1 changed files with 5 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue