If I have an older image pulled locally and tagged, I would like to be able to force trivy to ignore it and pull/scan the latest in a registry.
It looks like trivy has the functionality to fetch an image from a registry without a container runtime so this is potentially achievable with a flag like:
If I have an older image pulled locally and tagged, I would like to be able to force trivy to ignore it and pull/scan the latest in a registry.
It looks like trivy has the functionality to fetch an image from a registry without a container runtime so this is potentially achievable with a flag like:
With grype this is achieved by prefixing
registry:
to the image i.e.grype registry:cgr.dev/chainguard/nginx
.