Update container-image-vulnerability-adaptor.md

This commit is contained in:
Rohit Yandigeri
2022-08-24 19:07:54 +05:30
committed by GitHub
parent 70288c94c3
commit 3d8344f23c

View File

@@ -11,7 +11,7 @@ source #287
### Relation to this proposal
Multiple changes and design decisions need to be made before Kubescape will support the above outlined controls. However, a focal point in the whole picutre is the ability to access vulnerability of databases of container images. We anticipate that most container image repositories will support image vulnerability scanning, like some major players already do. Since there is no single API available which all of these data sources support, it is important to create an adaption layer within Kubescape so that different datasources can serve Kubescape's goals.
Multiple changes and design decisions need to be made before Kubescape will support the above outlined controls. However, a focal point in the whole picture is the ability to access vulnerability of databases of container images. We anticipate that most container image repositories will support image vulnerability scanning, like some major players already do. Since there is no single API available which all of these data sources support, it is important to create an adaption layer within Kubescape so that different datasources can serve Kubescape's goals.
## High level design of Kubescape