1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2025-03-31 23:05:42 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
yoavrotems
89afda1f63 Add [Manual test] to remediation in all the manual tests () 2019-10-09 16:26:02 +01:00
Roberto Rojas
41e0ae77de changes to use the "op: valid_elements" operation to manage list of items () 2019-09-03 13:36:47 +01:00
Roberto Rojas
ec3b1076c0 Fixes issue ()
* fixes issue 

* fixes issue 
2019-08-30 17:33:14 +01:00
Roberto Rojas
13dfa15ad6 Fixes Issue - Replaces $kubeletconf for $kubeletsvc ()
* fixes issue 

* reverts remediation text change

* changes to 1.11-json and 1.13-json as per PR review

* Tiny typo
2019-08-30 15:21:41 +01:00
Roberto Rojas
7a53806863 fixes issue by explicitly only checking read-only property () 2019-08-30 08:56:48 +01:00
Roberto Rojas
3926ba3977 issue : Adds comment for properties detected thru parsing command line. Fixed Audit for test 2.1.8 () 2019-07-11 17:05:24 +01:00
zilard
d8528a1ec8 issue : implement test 2.2.8 ()
* implement test 2.2.8

* Nit: correct indentation

The indentation looked a bit wonky due to spaces vs tabs; hopefully this corrects it
2019-07-10 10:43:15 +01:00
Simarpreet Singh
dddc42f046
cfg: remove erroneous whitespaces in yaml
Signed-off-by: Simarpreet Singh <simar@linux.com>
2019-06-25 07:18:46 -07:00
Liz Rice
caf3fbd0a0
Moving more config into master config file 2019-05-13 18:20:57 +01:00
Liz Rice
27dc75fefa No need for unused master config file.
Better comments in config file
2019-04-11 18:36:30 +01:00
Liz Rice
902a10f1c7
Just have one path for both json and yaml 2019-04-11 17:09:33 +01:00
Florent Delannoy
4d3144ca21 Support JSON and YAML configuration
Support new configuration options besides --flags:
- JSON file through `jsonpath`
- YAML file through `yamlpath`

These new options are fully backwards-compatible with the existing
tests.

Added a new profile, 1.11-json, that expects a JSON kubelet
configuration file and scores accordingly. This profile is compatible
with EKS.
2019-03-21 12:13:31 +00:00