Skip to content

Commit 920b797

Browse files
authored
chore(KONFLUX-6210): fix and set name and cpe label for gitsign (#244)
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 Assisted-by: Gemini Signed-off-by: Ralph Bean <[email protected]>
1 parent bdfab48 commit 920b797

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.gitsign.rh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ LABEL io.k8s.display-name="Gitsign container image for Red Hat Trusted Artifact
3333
LABEL io.openshift.tags="gitsign trusted-artifact-signer"
3434
LABEL summary="Provides the gitsign CLI binary for signing and verifying container images."
3535
LABEL com.redhat.component="gitsign"
36-
LABEL name="gitsign"
36+
LABEL name="rhtas/gitsign-rhel9"
37+
LABEL cpe="cpe:/a:redhat:trusted_artifact_signer:1.2::el9"
3738

3839
COPY --from=build-env /gitsign/gitsign_cli_darwin_amd64.gz /usr/local/bin/gitsign_cli_darwin_amd64.gz
3940
COPY --from=build-env /gitsign/gitsign_cli_linux_amd64.gz /usr/local/bin/gitsign_cli_linux_amd64.gz

0 commit comments

Comments
 (0)