func()

in controller/webhook.go [316:324]


func (whsvr *WebhookServer) getProxyImage() string {
	image := os.Getenv("AWS-SIGV4-PROXY-IMAGE")

	if image == "" {
		image = "public.ecr.aws/aws-observability/aws-sigv4-proxy:latest"
	}

	return image
}