Skip to content

Commit d75a834

Browse files
committed
chore(KONFLUX-6210): fix and set name and cpe label for keda-adapter
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 4079fec commit d75a834

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.keda-adapter

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ USER nobody
7272
LABEL io.k8s.display-name="OpenShift Custom Metrics Autoscaler Adapter" \
7373
io.k8s.description="This is a component of OpenShift which provides a custom metrics API endpoint for pod autoscaling." \
7474
com.redhat.component="custom-metrics-autoscaler-adapter-container" \
75-
name="custom-metrics-autoscaler-adapter-rhel-9" \
75+
name="custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9" \
76+
cpe="cpe:/a:redhat:openshift_custom_metrics_autoscaler:2.17::el9" \
7677
summary="custom-metrics-autoscaler-adapter" \
7778
io.openshift.expose-services="" \
7879
io.openshift.tags="openshift,custom-metrics-autoscaler-adapter" \

0 commit comments

Comments
 (0)