Skip to content

Commit 2ad3ff8

Browse files
committed
chore: update some of the dockerfile lables
1 parent f3ac3da commit 2ad3ff8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ RUN go build -v -trimpath -ldflags="-w -s -X 'main.version=$(git describe --abbr
1414
# final image
1515
FROM quay.io/crowdstrike/detection-container
1616

17-
LABEL org.opencontainers.image.source="https://github.com/CrowdStrike/vulnapp"
17+
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=""
1823

1924
COPY entrypoint.sh /
2025
COPY images /images

0 commit comments

Comments
 (0)