You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The trivy-operator is a really recent project (created last month) which seems to be taking off fast. Their goal seems tightly related to kciss.
Among other things, it offers the VulnerabilityReport CRD which represents the trivy vulnerabilities for each of the running images in a cluster. For example:
$ kl get vulnerabilityreports.aquasecurity.github.io -o wide
NAME REPOSITORY TAG SCANNER AGE CRITICAL HIGH MEDIUM LOW UNKNOWN
replicaset-nginx-59776c8fb-nginx library/nginx 1.16 Trivy 105s 37 75 53 116 1
replicaset-nginx-59776c8fb-ubuntu library/ubuntu latest Trivy 105s 0 0 6 15 0
It would be interesting to know how kciss could delegate some of its tasks to the trivy operator (even maybe all of them).AFAIK, the following features of kciss are:
Vulnerability scanning for each running image
Ability to automatically scan images from private registries : to check
If a task is marked as completed, then it is supported by the trivy operator.
What do you think ? I think that we should wait a bit to see where the trivy operator project goes and then either deprecate kciss or convert it to a plugin that would rely on trivy-operator.
The text was updated successfully, but these errors were encountered:
The trivy-operator is a really recent project (created last month) which seems to be taking off fast. Their goal seems tightly related to kciss.
Among other things, it offers the
VulnerabilityReport
CRD which represents the trivy vulnerabilities for each of the running images in a cluster. For example:It would be interesting to know how kciss could delegate some of its tasks to the trivy operator (even maybe all of them).AFAIK, the following features of kciss are:
If a task is marked as completed, then it is supported by the trivy operator.
What do you think ? I think that we should wait a bit to see where the trivy operator project goes and then either deprecate kciss or convert it to a plugin that would rely on trivy-operator.
The text was updated successfully, but these errors were encountered: