Skip to content

Does trivy operator downloads the images of all containers in the cluster to check them ? #1251

Discussion options

You must be logged in to vote

@togrulazizli

  1. in general, yes, however there is an option for it to reuse images on node , when docker socket is be mounted (not supported yet) or use trivy with file system scanning mode , both require privileged mode
  2. the answer is more complex , trivy can't tell if the image is exactly the same without opening it , relying on image tag is not strong enough
    in addition bare in mind that image that was scanned today (and no issues found) can be vulnerable tomorrow as vulnDB might change. we are looking on adding support to SBOM in cluster level , this will enable us to reduce the number of nightly scan (TTL exceeded) as operator will scan only if vulnDB has change.

regarding you questio…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by togrulazizli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants