Skip to content

Only execute CS scans on latest major release and when scheduled

Olivier Gonzalez requested to merge move_cs_scan_to_scheduled_pipeline into master

What does this MR do?

Modify CI configuration for Container Scanning job (actual scanning of this project's images to report vulnerabilities) so that:

  • it only runs on scheduled pipelines (not on branches/MRs)
  • it scans the latest major version of the published images

What are the relevant issue numbers?

gitlab-org/gitlab#410886

Does this MR meet the acceptance criteria?

Merge request reports