File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ CMD ["install"]
57
57
# Build-time metadata as defined at http://label-schema.org
58
58
ARG BUILD_DATE
59
59
ARG VCS_REF
60
+ ARG KUBEBENCH_VERSION
61
+
60
62
LABEL org.label-schema.build-date=$BUILD_DATE \
61
63
org.label-schema.name="kube-bench" \
62
64
org.label-schema.vendor="Aqua Security Software Ltd." \
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ CMD ["install"]
50
50
# Build-time metadata as defined at http://label-schema.org
51
51
ARG BUILD_DATE
52
52
ARG VCS_REF
53
+ ARG KUBEBENCH_VERSION
54
+
53
55
LABEL org.label-schema.build-date=$BUILD_DATE \
54
56
org.label-schema.name="kube-bench" \
55
57
org.label-schema.vendor="Aqua Security Software Ltd." \
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ CMD ["install"]
50
50
# Build-time metadata as defined at http://label-schema.org
51
51
ARG BUILD_DATE
52
52
ARG VCS_REF
53
+ ARG KUBEBENCH_VERSION
54
+
53
55
LABEL org.label-schema.build-date=$BUILD_DATE \
54
56
org.label-schema.name="kube-bench" \
55
57
org.label-schema.vendor="Aqua Security Software Ltd." \
You can’t perform that action at this time.
0 commit comments