Vulnerability Scan of istio-ingress replicaset with image: auto #1441
Unanswered
ghost
asked this question in
Help & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
I am using trivy-operator to scan images of my workloads on GKE cluster.
I am also using Istio as a service mesh with istio-ingress gateway deployed with auto-injection. This causes istio-ingress Deployment and its ReplicaSet to have
image: autoin manifests, and only pods have this replaced with proper image path.I've noticed this to cause vulnerability scan to fail with error:
I've also checked
scan-vulnerabilityreportpod manifest to confirm it tries to pullautoimage instead of istioproxyv2image:Is there any way I can get around this problem?
trivy-operator version: 0.15.1
helm chart version: 0.15.1
GKE version: 1.25.10-gke.2700
Beta Was this translation helpful? Give feedback.
All reactions