Slav Osadtsia 2 months ago committed by GitHub
commit 35e79b578b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -31,6 +31,9 @@ RUN apk add jq
ENV PATH=$PATH:/usr/local/mount-from-host/bin
RUN adduser -S -s /bin/sh -G root -u 1001 kube-bench
USER kube-bench
COPY --from=build /go/bin/kube-bench /usr/local/bin/kube-bench
COPY entrypoint.sh .
COPY cfg/ cfg/

Loading…
Cancel
Save