Install binary and configs as the default behavior

pull/115/head
Will Medlar 6 years ago
parent 3eb8a08a9d
commit 0c52ace48f

@ -16,6 +16,7 @@ COPY --from=build /go/bin/kube-bench /usr/local/bin/kube-bench
ADD entrypoint.sh .
ADD cfg/ cfg/
ENTRYPOINT ["./entrypoint.sh"]
CMD ["install"]
# Build-time metadata as defined at http://label-schema.org
ARG BUILD_DATE

Loading…
Cancel
Save