Skip to content

Commit 4c80c47

Browse files
ralphbeanmbpavan
authored andcommitted
chore(KONFLUX-6210): fix and set name and cpe label for tektoncd-git-clone-1-14-git-init
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 88da844 commit 4c80c47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.konflux/dockerfiles/git-init.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ LABEL \
3434
description="Red Hat OpenShift Pipelines Git-init" \
3535
io.k8s.display-name="Red Hat OpenShift Pipelines Git-init" \
3636
io.k8s.description="Red Hat OpenShift Pipelines Git-init" \
37+
cpe="cpe:/a:redhat:openshift_pipelines:1.14::el8" \
3738
io.openshift.tags="pipelines,tekton,openshift"
3839

3940
RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot -d /home/git -m nonroot

0 commit comments

Comments
 (0)