Skip to content

Replace deprecated container scanning

Thiago Figueiró requested to merge thiagocsf-master-patch-63058 into master

The klar/clair container scanning analyzer was deprecated in 13.9.

The scans current in use are not detecting new vulnerabilities because these images are no longer updated.

This MR replaces the custom job code with the template, so that we'll use the latest advisory database, and don't need to worry about future upgrades.

Merge request reports