Skip to content

Commit bd472b9

Browse files
committed
chore(KONFLUX-6210): fix and set name and cpe label for keda-webhooks
For https://issues.redhat.com/browse/KONFLUX-6210, clair needs access to a name and cpe label that it can use to look up the image in VEX statements. See also release-engineering/rhtap-ec-policy#149 Signed-off-by: Ralph Bean <[email protected]> Assisted-by: Gemini
1 parent a17bf34 commit bd472b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.keda-webhooks

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ USER nobody
5959
LABEL io.k8s.display-name="OpenShift Custom Metrics Autoscaler Admission Webhooks" \
6060
io.k8s.description="This is a component of OpenShift which validates KEDA objects." \
6161
com.redhat.component="custom-metrics-autoscaler-admission-webhooks-container" \
62-
name="custom-metrics-autoscaler-admission-webhooks-rhel-9" \
62+
name="custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9" \
63+
cpe="cpe:/a:redhat:openshift_custom_metrics_autoscaler:2.15::el9" \
6364
summary="custom-metrics-autoscaler-admission-webhooks" \
6465
io.openshift.expose-services="" \
6566
io.openshift.tags="openshift,custom-metrics-autoscaler-admission-webhooks" \

0 commit comments

Comments
 (0)