From 69d0988b36059f05cb9e0a5f62d9a71744a79f8d Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 9 Sep 2025 15:30:23 -0400 Subject: [PATCH] chore(KONFLUX-6210): fix name label and set cpe label 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: * https://github.com/stackrox/stackrox/pull/16735 * https://github.com/release-engineering/rhtap-ec-policy/pull/149 --- collector/container/konflux.Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collector/container/konflux.Dockerfile b/collector/container/konflux.Dockerfile index 3c31243884..eccd273b03 100644 --- a/collector/container/konflux.Dockerfile +++ b/collector/container/konflux.Dockerfile @@ -127,4 +127,5 @@ ENTRYPOINT ["collector"] LABEL \ com.redhat.component="rhacs-collector-container" \ io.k8s.display-name="collector" \ - name="rhacs-collector-rhel8" + name="advanced-cluster-security/rhacs-collector-rhel8" \ + cpe="cpe:/a:redhat:advanced_cluster_security:4.8::el8"