k8s: Silence package manager and make it noninteractive
[integration.git] / test / security / k8s / README
1 ##############################
2 K8s secure configuration check
3 ##############################
4
5 Utility for checking if Kubernetes cluster configuration follows security recommendations.
6
7 ***************
8 Getting started
9 ***************
10
11 Prerequisites
12 =============
13
14 Build
15 -----
16
17 - make
18 - go_
19
20 .. _go: https://golang.org/doc/install
21
22 Run
23 ---
24
25 - `Rancher CLI`_
26 - Docker_ (required to perform selected Rancher CLI calls)
27
28 .. _`Rancher CLI`: https://rancher.com/docs/rancher/v1.6/en/cli
29 .. _Docker: https://docs.docker.com/install
30
31 Test
32 ----
33
34 - Ginkgo_
35
36 .. _Ginkgo: https://onsi.github.io/ginkgo/#getting-ginkgo
37
38 Running
39 =======
40
41 Calling::
42
43   make run
44
45 will build and run configuration check executable. It is the default target.
46
47 Testing
48 =======
49
50 Calling::
51
52   make test
53
54 will run tests.