Skip to content

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

Marco Zille requested to merge zillemarco-main-patch-ce18 into main

What does this MR do and why?

The security-code-scan-sast job was not working because it tried to pull the registry.gitlab.com/security-products/security-code-scan:4 image, which looks like never existed.

Upon further inspection we found out that the "old" CI template had disabled the scanner: https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Jobs/SAST.gitlab-ci.yml#L199-206

This MR aligns this CI/CD component with the CI/CD template, disabling the security-code-scan job 🙂

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

N.A.

How to set up and validate locally

N.A.

Merge request reports