Skip to content

Enable MR pipelines in container scanning template

What does this MR do?

In !61850 (merged) we tried to enable MR pipelines for the container scanning template, but the rule was too "loose" and it allowed double pipelines to trigger. Mostly explained here: https://docs.gitlab.com/ee/ci/yaml/README.html#avoid-duplicate-pipelines

We are reverting the change in !62810 (merged)

This MR uses CI_OPEN_MERGE_REQUESTS to allow both MR and Branch pipelines to run without duplication, as discussed at #217668 (comment 502308480)

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Marcel Amirault

Merge request reports