Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build/Dockerfile.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ LABEL \
maintainer="Red Hat ISC <isc-team@redhat.com>" \
License="GPLv2+" \
name="compliance/openshift-file-integrity-rhel8-operator" \
cpe="cpe:/a:redhat:openshift_file_integrity_operator:1::el9" \
com.redhat.component="openshift-file-integrity-operator-container" \
io.openshift.maintainer.product="OpenShift Container Platform" \
io.openshift.maintainer.component="File Integrity Operator" \
Expand Down
1 change: 1 addition & 0 deletions bundle.openshift.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ FROM scratch
ARG FIO_NEW_VERSION

LABEL name="compliance/openshift-file-integrity-operator-bundle"
LABEL cpe="cpe:/a:redhat:openshift_file_integrity_operator:1::el9"
LABEL version=${FIO_NEW_VERSION}
LABEL summary='OpenShift File Integrity Operator'
LABEL maintainer='Infrastructure Security and Compliance Team <isc-team@redhat.com>'
Expand Down