Skip to content

Commit d023fee

Browse files
authored
Merge pull request #106 from ralphbean/release-0.9-KONFLUX-6210-security-profiles-operator-bundle-release-0-9
chore(KONFLUX-6210): fix and set name and cpe label for security-profiles-operator-bundle-release-0-9
2 parents 8c3949a + af63cdf commit d023fee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bundle.openshift.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN ./update_bundle_rbac.sh
1414
FROM scratch
1515
ARG SPO_VERSION
1616

17-
LABEL name=security-profiles-operator-bundle
17+
LABEL name="compliance/openshift-security-profiles-operator-bundle"
1818
LABEL version=${SPO_VERSION}
1919
LABEL summary='OpenShift Security Profiles Operator'
2020
LABEL maintainer='Infrastructure Security and Compliance Team <isc-team@redhat.com>'
@@ -26,6 +26,7 @@ LABEL vendor="Red Hat, Inc."
2626
LABEL distribution-scope="public"
2727
LABEL description='Security Profiles Operator'
2828
LABEL com.redhat.component=security-profiles-operator-bundle-container
29+
LABEL cpe="cpe:/a:redhat:openshift_security_profiles_operator:1::el9"
2930
LABEL com.redhat.delivery.appregistry=false
3031
LABEL com.redhat.delivery.operator.bundle=true
3132
LABEL com.redhat.openshift.versions="v4.12"

0 commit comments

Comments
 (0)