mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-07-10 00:28:15 +00:00
Merge branch 'main' into main
This commit is contained in:
commit
2f61dc174b
@ -9,7 +9,7 @@ COPY internal/ internal/
|
|||||||
ARG KUBEBENCH_VERSION
|
ARG KUBEBENCH_VERSION
|
||||||
RUN make build && cp kube-bench /go/bin/kube-bench
|
RUN make build && cp kube-bench /go/bin/kube-bench
|
||||||
|
|
||||||
FROM alpine:3.17 AS run
|
FROM alpine:3.18 AS run
|
||||||
WORKDIR /opt/kube-bench/
|
WORKDIR /opt/kube-bench/
|
||||||
# add GNU ps for -C, -o cmd, and --no-headers support
|
# add GNU ps for -C, -o cmd, and --no-headers support
|
||||||
# https://github.com/aquasecurity/kube-bench/issues/109
|
# https://github.com/aquasecurity/kube-bench/issues/109
|
||||||
|
Loading…
Reference in New Issue
Block a user