Skip to content

Commit e9d55d7

Browse files
committed
Set cpe value to a template value
because can't set it to anything real in `master`. See #2453
1 parent ffea8c1 commit e9d55d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

collector/container/konflux.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ LABEL \
102102
io.openshift.tags="rhacs,collector,stackrox" \
103103
maintainer="Red Hat, Inc." \
104104
name="advanced-cluster-security/rhacs-collector-rhel8" \
105+
# X.Y in the cpe label must be adjusted for every release.
106+
cpe="cpe:/a:redhat:advanced_cluster_security:X.Y::el8" \
105107
# Custom Snapshot creation in `operator-bundle-pipeline` depends on source-location label to be set correctly.
106108
source-location="https://github.com/stackrox/collector" \
107109
summary="Runtime data collection for Red Hat Advanced Cluster Security for Kubernetes" \

0 commit comments

Comments
 (0)