Kubernetes vulnerability scanner integration

Is it possible to run a vulnerability scanner on docker containers while kubernetes is deploying the container and manipulate the deployment based on vulnerabilities found in the container?

That would be the ideal situation, but I am not sure this solution exists now. What you can do is to add some checks and if they fail not deploy at all. I was playing with Kubespace the other day, but a smarter solution could exist.