Skip to content

feat(ci): add SECURE_ANALYZERS_PREFIX variable to GitLab CI#12513

Merged
henrydrichardson merged 1 commit intomainfrom
henrydrich/use-ecr-for-gitlab-containers
Oct 6, 2025
Merged

feat(ci): add SECURE_ANALYZERS_PREFIX variable to GitLab CI#12513
henrydrichardson merged 1 commit intomainfrom
henrydrich/use-ecr-for-gitlab-containers

Conversation

@henrydrichardson
Copy link
Copy Markdown
Contributor

🛠 Summary of changes

This merge request introduces a new environment variable, SECURE_ANALYZERS_PREFIX, to the GitLab CI/CD configuration file (.gitlab-ci.yml). The variable is dynamically set using the ECR_REGISTRY value, enabling better integration with GitLab's security products.

Why?

Using our ECR_REGISTRY instead of pulling containers images from Gitlab directly reduces latency, container provisioning time, and timeout errors related to fetching images.

📜 Testing Plan

Provide a checklist of steps to confirm the changes.

  • Code changes are minimal and do not introduce breaking changes.
  • CI/CD pipeline runs successfully with the updated configuration.

…tion

Added the `SECURE_ANALYZERS_PREFIX` variable to the GitLab CI configuration. This variable is set to use the ECR registry for GitLab security products, improving the configuration for security analyzers.

changelog: Internal, CI, add SECURE_ANALYZERS_PREFIX variable to GitLab CI configuration
@henrydrichardson henrydrichardson force-pushed the henrydrich/use-ecr-for-gitlab-containers branch from e54a992 to 370f66d Compare October 6, 2025 12:47
@henrydrichardson henrydrichardson merged commit cfe0d2c into main Oct 6, 2025
1 check passed
@henrydrichardson henrydrichardson deleted the henrydrich/use-ecr-for-gitlab-containers branch October 6, 2025 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants