kubescape / kubevuln

Kubevuln is an in-cluster component of the Kubescape security platform. It scans container images for vulnerabilities, using Grype as its engine.
Apache License 2.0
19 stars 19 forks source link

use new ImageIDMetadataKey in metadata #104

Closed matthyx closed 1 year ago

matthyx commented 1 year ago

@rcohencyberarmor you will have a new label with the whole ImageID sanitized (invalid chars replaced with - and truncated to 64 chars)

the original ImageID was already in the image-tag annotation, it is now in image-id IMPORTANT: as a migration path, do you want me to keep ImageID in both annotations?

github-actions[bot] commented 1 year ago

Summary: