As Gitlab deprecates Code Quality, what is everyone shifting to?

:hugs: Please help fill in this template with all the details to help others help you more efficiently. Use formatting blocks for code, config, logs and ensure to remove sensitive data.

Problem to solve

Describe your question in as much detail as possible:

  • Code quality scans are being removed in v19, what options do we have outside of using expensive third party scanners.

Steps to reproduce

Which troubleshooting steps have you already taken? Can you link to any docs or other resources so we know where you have been?

Configuration

Add the security feature configuration and template includes with modifications/variables.

Versions

Please check whether options apply, and add the version information.

  • Self-managed
  • GitLab.com SaaS
  • Dedicated
  • Self-hosted Runners

Versions

  • GitLab (Web: /help or self-managed system information sudo gitlab-rake gitlab:env:info):
  • GitLab Runner, if self-hosted (Web /admin/runners or CLI gitlab-runner --version):

Helpful resources

  1. Check the FAQ for helpful documentation, issues/bugs/feature proposals, and troubleshooting tips.
  2. Before opening a new topic, make sure to search for keywords in the forum search
  3. Check the GitLab and GitLab Runner projects for existing issues. If you encounter a bug, please create a bug report issue.
  4. Review existing troubleshooting docs.

Thanks for taking the time to be thorough in your request, it really helps! :blush:

Hi there,

As far as I see, the only deprecated thing is CI/CD template. That doesn’t mean you cannot use any tool that template has been using behind the scenes.

Obviously, it highly depends on the language you’re using, but there are plenty open source tools, and you can also just start from the list that exists in GitLab, since those have exporters for GitLab integration: Code Quality | GitLab Docs

An unofficial CI/CD component is developed here. There’s still time to investigate and plan, the deprecation of the CodeClimate based CI/CD template and component currently targets 19.0 in May 2026.