We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ac3da commit 2ad3ff8Copy full SHA for 2ad3ff8
1 file changed
Dockerfile
@@ -14,7 +14,12 @@ RUN go build -v -trimpath -ldflags="-w -s -X 'main.version=$(git describe --abbr
14
# final image
15
FROM quay.io/crowdstrike/detection-container
16
17
-LABEL org.opencontainers.image.source="https://github.com/CrowdStrike/vulnapp"
+LABEL org.opencontainers.image.source="https://github.com/CrowdStrike/vulnapp" \
18
+ license="MIT" \
19
+ vendor="CrowdStrike" \
20
+ url="https://github.com/CrowdStrike/vulnapp" \
21
+ vcs-ref="" \
22
+ release=""
23
24
COPY entrypoint.sh /
25
COPY images /images
0 commit comments