Verify all: only use creds for local images
What does this MR do?
Verify all: only use creds for local images
We should, in fact: can, only use the CI creds when checking local images, ie. images in GitLab's repos.
This is a follow-up to Pull in some changes from the security fork (!5906 - merged)
Why was this MR needed?
To fix the pipeline.
What's the best way to test this MR?
- merge, wait for the pipeline run against
mainand see the "verify bleeding edge resources" succeed - set
CI_REGISTRY_USERandCI_REGISTRY_PASSWORD(e.g. to a PAT) and runmage resources:verifyAlllocally, and see that succeed
What are the relevant issue numbers?
related: #39058+