How to get list of azure container images which are affected after security scans?

Viewed 75

I know how to get repositories, we can use az acr repository list --name myregistry.

But, how to get repositories with tags that are having security/vulnerability issues after security scans using azure cli?

0 Answers
Related