mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-22 08:08:07 +00:00
Install binary and configs as the default behavior
This commit is contained in:
parent
3eb8a08a9d
commit
0c52ace48f
@ -16,6 +16,7 @@ COPY --from=build /go/bin/kube-bench /usr/local/bin/kube-bench
|
|||||||
ADD entrypoint.sh .
|
ADD entrypoint.sh .
|
||||||
ADD cfg/ cfg/
|
ADD cfg/ cfg/
|
||||||
ENTRYPOINT ["./entrypoint.sh"]
|
ENTRYPOINT ["./entrypoint.sh"]
|
||||||
|
CMD ["install"]
|
||||||
|
|
||||||
# Build-time metadata as defined at http://label-schema.org
|
# Build-time metadata as defined at http://label-schema.org
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
Loading…
Reference in New Issue
Block a user