Skip to content

Commit a26da1a

Browse files
dislbennclaude
andauthored
Added cpe="cpe:/a:redhat:acm:2.14::el9" label to build/Dockerfile.rhtap (#3367)
to enable automated security scanning and compliance tracking. Signed-off-by: dislbenn <[email protected]> Co-authored-by: Claude Sonnet 4.5 <[email protected]>
1 parent 0549d3b commit a26da1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/Dockerfile.rhtap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ LABEL org.label-schema.vendor="Red Hat" \
3737
io.k8s.description="Installer operator for Red Hat Advanced Cluster Management" \
3838
com.redhat.component="multiclusterhub-operator-container" \
3939
cpe="cpe:/a:redhat:acm:2.14::el9" \
40-
io.openshift.tags="data,images"
40+
io.openshift.tags="data,images" \
41+
cpe="cpe:/a:redhat:acm:2.14::el9"
4142

4243
WORKDIR /
4344
COPY --from=builder /workspace/multiclusterhub-operator /usr/local/bin/multiclusterhub-operator

0 commit comments

Comments
 (0)