Skip to content
Merged
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
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
Loading