Skip to content

Authenticated private registry in Code Quality scanner

What does this MR do and why?

Adds support for private registries that require authentication in Code Quality scanner. This is created to support gitlab-org/ci-cd/codequality!59 (merged)

To use this, the user can set:

  • CODECLIMATE_REGISTRY_USERNAME
  • CODECLIMATE_REGISTRY_PASSWORD
  • CODECLIMATE_PREFIX

I tested this with GitLab Dependency Proxy as the private registry.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Julian Paul Dasmarinas

Merge request reports