Is there a way to programmatically scan container images using an SDK provided by any of the container scanning tools?
I am running an ASP.NET Web API, and I need to programmatically scan container images uploaded to find if there are any vulnerabilities. I understand repositories/registries have integrated scanning capabilities, but my requirement is to do it on the fly via code.