Clair SAST always fails with "no such host"

I have setup AutoDevOps but the clair container SAST always fails with a “no such host” error.

Job: https://gitlab.com/johnjawed/ror/-/jobs/60024954

The repo is public. I am using custom runners (on GKE), not the shared runners.

Ran into this recently as well. For whatever reason the Kubernetes runners would not work with this, at least not by default. They also had the added problem of not having any image cache for the build step so I ended up switching to my shared runners which worked fine.

Now if I can only get the auto review step to setup the Ingress properly… One step at a time.