From 74e7d3a275efe423ef49ada82eeb04ab1077659e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 8 Dec 2024 08:46:48 +0000 Subject: [PATCH] update readme with latest CVE data --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 69548cc..3cfa5eb 100644 --- a/README.md +++ b/README.md @@ -25,16 +25,16 @@ There are currently 5 images that are "prebuilt" by this project, although you c | image name | base image | CVE count
(crit/high/med+below) | archs | virtualization? | sudo? | notes | |---|---|---|---|---|---|---| -| ubi8 | [ubi8-init:8.10](https://catalog.redhat.com/software/containers/ubi8-init/5c6aea74dd19c77a158f0892) | 0/3/553 | x86_64
arm64 | :x: | :x: | n/a | +| ubi8 | [ubi8-init:8.10](https://catalog.redhat.com/software/containers/ubi8-init/5c6aea74dd19c77a158f0892) | 0/3/550 | x86_64
arm64 | :x: | :x: | n/a | | ubi9 | [ubi9-init:9.5](https://catalog.redhat.com/software/containers/ubi9-init/6183297540a2d8e95c82e8bd) | 0/3/548 | x86_64
arm64 | :x: | :x: | n/a | -| rootless-ubuntu-jammy | [ubuntu:jammy](https://hub.docker.com/_/ubuntu) (22.04 LTS) | 0/3/162 | x86_64
arm64 | rootless Docker-in-Docker | :x: | [common rootless problems](docs/tips-and-tricks.md#rootless-images) | -| rootless-ubuntu-numbat | [ubuntu:numbat](https://hub.docker.com/_/ubuntu) (24.04 LTS) | 0/4/73 | x86_64
arm64 | rootless Docker-in-Docker | :x: | [common rootless problems](docs/tips-and-tricks.md#rootless-images) | +| rootless-ubuntu-jammy | [ubuntu:jammy](https://hub.docker.com/_/ubuntu) (22.04 LTS) | 0/3/169 | x86_64
arm64 | rootless Docker-in-Docker | :x: | [common rootless problems](docs/tips-and-tricks.md#rootless-images) | +| rootless-ubuntu-numbat | [ubuntu:numbat](https://hub.docker.com/_/ubuntu) (24.04 LTS) | 0/4/82 | x86_64
arm64 | rootless Docker-in-Docker | :x: | [common rootless problems](docs/tips-and-tricks.md#rootless-images) | | wolfi:latest | [wolfi-base:latest](https://images.chainguard.dev/directory/image/wolfi-base/versions) | 0/1/0 | x86_64
arm64 | :x: | :x: | n/a | > [!NOTE] -> CVE count was done on 01 December 2024 with the latest versions of [grype](https://github.com/anchore/grype) and runner image tags. +> CVE count was done on 08 December 2024 with the latest versions of [grype](https://github.com/anchore/grype) and runner image tags. ## Design goals and compromises