Skip to content

Add container scanning for prod images

David Nelson requested to merge 396560-container-scanning-production into main

What does this MR do?

Add container scanning for production images during scheduled pipelines

In addition to the MR pipeline, the behavior of the change was tested in a fork as the main branch commit pipeline:

image

and as a scheduled pipeline:

image

The failure in release was due to a failure to tag because I have not fully setup the required tokens. For the sake of this MR, which is about changing rules, the important thing is that the job is correctly part of the main branch pipeline.

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab/-/issues/396560+

Edited by David Nelson

Merge request reports