|
We install ClairV4 in a K8s cluster from scratch in our solution. We see that we are able to scan images and get results, or at least, getting back "200 - OK". At the beginning the scan results are empty, but after 10+ minutes for the same images we start to get non-empty results. How should we use Clair? We assume that in the first X minutes it downloads definitions and etc. Is there an API to query when it is "ready for operation". Thx |
Answered by
hdonnay
May 10, 2021
Replies: 1 comment
|
Clair only returns results when it's ready. "Ready," meaning "has vulnerabilities to match against." This does mean there's a "ramp-up" period where matching results are changing rapidly, but that's a consequence of 2 other choices:
|
0 replies
Answer selected by
hdonnay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Clair only returns results when it's ready. "Ready," meaning "has vulnerabilities to match against." This does mean there's a "ramp-up" period where matching results are changing rapidly, but that's a consequence of 2 other choices: