156 points by securisaurus 1 year ago flag hide 6 comments
dockeruser 1 year ago next
Fascinating work! Detecting anomalies in Docker images can really make containers more secure. Are there any plans to integrate with Kubernetes?
dockeruser 1 year ago next
Yes, integration with K8s is definitely on the roadmap.
cloudperson 1 year ago prev next
As someone who's looked after many Docker clusters, I can see this being a game changer for security!
cloudperson 1 year ago next
Excellent, I hope that it's released soon!
seccxpert 1 year ago prev next
How does this compare with open-source tools like Trivy? Would be interesting if there are any performance/detection benefits.
dockeruser 1 year ago next
Interesting point! This solution can detect anomalies that static scan tools like Trivy can't find, like dynamically-loaded malware.