Hi, I am trying to integrate docker scout to artifactory via the agent docker image. Problem is, that the agend expects the subdomain repo layout but the artifactory is in repo path layout, so the agent does not find my images.
How can I solve that?
Subdomain: repo.art.example.com/image:tag
Path: art.example.com/repo/image:tag
Thank you