aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-02-10 17:49:43 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2020-03-13 15:56:01 +0100
commit98d9f93337ab514fa9aafc1cd1e87473de68b364 (patch)
tree01a1f75403de65cb1d014bfe012528f14ac65519 /build.sh
parent080d2414682d5fecea8c01640e2e5971278fe19d (diff)
Add security docker for functest-kubernetes
run kube-hunter and kube-bench cases dealing with security in kubernetes (check vulnerabilities) [1][2] It's the first step only printing the output. [1]: https://github.com/aquasecurity/kube-bench [2]: https://github.com/aquasecurity/kube-hunter Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I3bd9bda80046ef7a0c494d51dfb0b8cbfea02bb0 Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index bfcd3264..a61ecb75 100644
--- a/build.sh
+++ b/build.sh
@@ -7,7 +7,8 @@ amd64_dirs=${amd64_dirs-"\
docker/core \
docker/healthcheck \
docker/smoke \
-docker/cnf"}
+docker/cnf \
+docker/security"}
arm64_dirs=${arm64_dirs-${amd64_dirs}}
build_opts=(--pull=true --no-cache --force-rm=true)