feat(ci): add SECURE_ANALYZERS_PREFIX variable to GitLab CI#12513
Merged
henrydrichardson merged 1 commit intomainfrom Oct 6, 2025
Merged
feat(ci): add SECURE_ANALYZERS_PREFIX variable to GitLab CI#12513henrydrichardson merged 1 commit intomainfrom
henrydrichardson merged 1 commit intomainfrom
Conversation
mitchellhenke
approved these changes
Sep 18, 2025
…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
e54a992 to
370f66d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🛠 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 theECR_REGISTRYvalue, 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.