So I do a lot of work with IBM Container Registry (ICR) via the IBM Cloud command-line tool.
Having logged into my IBM Cloud account: -
ic login -sso
I then log into my ICR instance: -
ic cr login
and go look at my images.
I'm specifically interested in those images which have vulnerabilities, as scanned by the oh-so-useful built-in Vulnerability Advisor (VA) tool.
In the past, I did this via an unwieldy use of grep -v as per this: -
ic cr images | grep -v "No Issues" | grep -v "Unsupported OS"
No comments:
Post a Comment