k8s: Add basic structure for validation tool 97/88797/3
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Sun, 26 May 2019 09:40:36 +0000 (11:40 +0200)
committerGary Wu <gary.wu@futurewei.com>
Thu, 20 Jun 2019 00:27:04 +0000 (00:27 +0000)
commitcc752913623586ea27104ef49230629d2c8c7921
tree987b94469d40f5aaa95b5a1bdbce5e0e4e197075
parentf54cbc192441c82879d63d4d3aee7f7448c45172
k8s: Add basic structure for validation tool

This patch introduces CLI utility for checking if Kubernetes cluster
follows security recommendations. Provided Makefile simplifies setup
process by setting appropriate environment variables for the build.

Further information can be found in README. Provided symlink allows
proper document rendering on VCS hosting site.

Issue-ID: SECCOM-235
Change-Id: I4a1337c9834322ee4fd742a9ccb979b9bc505f75
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
test/security/k8s/.gitignore [new file with mode: 0644]
test/security/k8s/Makefile [new file with mode: 0644]
test/security/k8s/README [new file with mode: 0644]
test/security/k8s/README.rst [new symlink]
test/security/k8s/src/check/cmd/check/check.go [new file with mode: 0644]