diff --git a/Dockerfile b/Dockerfile index 26101bf..2f48df1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,11 @@ FROM registry.access.redhat.com/ubi9/ubi LABEL name="CrowdStrike Detection Container" \ version="latest" \ maintainer="CrowdStrike" \ + vendor="CrowdStrike" \ + license="Unlicense" \ + url="https://github.com/crowdstrike/detection-container" \ + vcs-ref="" \ + release="0" \ summary="This container will create detections and preventions which are protected by a CrowdStrike sensor." \ description="This container will create detections and preventions only on Linux hosts, container platforms (e.g. OpenShift), and containers themselves, which are protected by a CrowdStrike sensor." \ io.k8s.display-name="CrowdStrike Detection Container" \