From 70428c73cec4a36e0fc1fce163b3aae60cd302e6 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Sat, 29 Jan 2022 18:11:46 +0100 Subject: [PATCH] doc: fixes Signed-off-by: Christian Kotzbauer --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5b776894..d1ba6b52 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,12 @@ [![test](https://github.com/ckotzbauer/sbom-operator/actions/workflows/test.yml/badge.svg)](https://github.com/ckotzbauer/sbom-operator/actions/workflows/test.yml) -## Motivation +## Overview This operator maintains a central place to track all packages and software used in all those images in a Kubernetes cluster. For this a Software Bill of Materials (SBOM) is generated from each image with Syft. They are all stored in one or more targets. Currently only Git is supported. With this it is -possible to do further analysis, vulnerability scans and much more in a single place. +possible to do further analysis, vulnerability scans and much more in a single place. To prevent scans of images that have already been analyzed pods are annotated +with the imageID of the already processed image. ## Kubernetes Compatibility @@ -17,9 +18,9 @@ The image contains versions of `k8s.io/client-go`. Kubernetes aims to provide fo | access-manager | k8s.io/{api,apimachinery,client-go} | expected kubernetes compatibility | |-----------------|-------------------------------------|-----------------------------------| -| 0.2.0 | v0.23.2 | 1.22.x, 1.23.x, 1.24.x | -| 0.1.0 | v0.23.2 | 1.22.x, 1.23.x, 1.24.x | -| main | v0.23.2 | 1.22.x, 1.23.x, 1.24.x | +| 0.2.0 | v0.23.3 | 1.22.x, 1.23.x, 1.24.x | +| 0.1.0 | v0.23.3 | 1.22.x, 1.23.x, 1.24.x | +| main | v0.23.3 | 1.22.x, 1.23.x, 1.24.x | However, the operator will work with more versions of Kubernetes in general.