I see 2.5.0p1 is out, but our container scanning still reports all three CVE’s as being present. Do you know if the fixes/updates did not make the cut to p1?
I removed all possible cache sources (we use Harbor as proxy and GitLab as build registry) and also ran the build itself (as we add some internal CA’s) without any cache… the scanner still reports those same issues, also on a fresh scan.
I can’t see there an issue on my side, I will dig some more and try the steps on a clean development workstation.
On a clean workstation I installed Rancher Desktop and trivy (both latest versions).
Then running “trivy image checkmk/check-mk-community:2.5.0p1” I get close to the results I see in our company scanner, including the 3 issues that block deployment.
Removing the three binaries from our custom build I run on top op the official checkmk community 2.5.0p1, now there are no more criticals in this build.
There are still 15 high’s reported. I am however allowed to use this for out PoC. So that is good.
As follow up though… For us this does mean a blocker for production deployments as containers with high and critical rated vulnerabilities won’t start.
I hope this does help , as I am super hyped we are allowed to push to use CheckMK internally. For us this is a new development. Thank you again for your support!