mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2026-03-02 09:40:32 +00:00
Compare commits
4 Commits
v0.6.13-rc
...
v0.6.13
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8098489433 | ||
|
|
b43f58dcda | ||
|
|
dd6573f3ed | ||
|
|
0ff5dd0b8e |
@@ -8,6 +8,7 @@ builds:
|
||||
binary: kube-bench
|
||||
goos:
|
||||
- linux
|
||||
- darwin
|
||||
goarch:
|
||||
- amd64
|
||||
- arm
|
||||
|
||||
@@ -29,6 +29,7 @@ WORKDIR /opt/kube-bench/
|
||||
|
||||
ENV PATH=$PATH:/usr/local/mount-from-host/bin
|
||||
|
||||
COPY LICENSE /licenses/LICENSE
|
||||
COPY --from=build /go/bin/kube-bench /usr/local/bin/kube-bench
|
||||
COPY entrypoint.sh .
|
||||
COPY cfg/ cfg/
|
||||
|
||||
Reference in New Issue
Block a user