Skip to content

Commit 71ac2e3

Browse files
authored
Merge pull request #70 from securesign/add-cpe-label
build: add-cpe-label
2 parents 2776097 + 5a4b5ac commit 71ac2e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.rh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ LABEL io.k8s.display-name="policy-controller container image for Red Hat Trusted
2929
LABEL io.openshift.tags="policy-controller trusted-signer trusted-artifact-signer"
3030
LABEL summary="Provides the policy-controller admission controller for enforcing policy on a Kubernetes cluster based on verifiable supply-chain metadata from cosign."
3131
LABEL com.redhat.component="policy-controller"
32-
LABEL name="policy-controller"
32+
LABEL name="rhtas/policy-controller-rhel9"
33+
LABEL cpe="cpe:/a:redhat:trusted_artifact_signer:1.3.0::el9"
3334

3435
ENTRYPOINT [ "policy-controller" ]

0 commit comments

Comments
 (0)