- Jul 26, 2019
-
-
Roberto Rojas authored
* issue #344: Adds support for array comparison. Every element in the source array must exist in the target array. * issue #344: Fixed typo and found if condition based on code review * adds unit tests for valid_elements comparison * removes spaces from split strings
-
- Jul 17, 2019
-
-
Roberto Rojas authored
* issue #363: starts unit tests for Test Comparison. * issue #363: Adds tests for "eq" operation * changes test result message * issue #363: Adds tests for "noteq" operation * issue #363: Adds tests for "gt" operation * issue #363: Adds tests for "lt" operation * issue #363: Adds tests for "gte" operation * issue #363: Adds tests for "lte" operation * issue #363: Adds tests for "has" operation * issue #363: Adds tests for "nothave" operation * issue #363: Adds tests for "regex" operation
-
- Jul 12, 2019
-
-
Roberto Rojas authored
* issue #335: Adds json/yaml unmarshal Unit Tests. * issue #335: Adds jsonpath Unit Tests. * issue #335: Removes log package.
-
- Jun 04, 2019
-
-
wwwil authored
-
- May 26, 2019
-
-
Yoav Hizkiahou authored
-
Yoav Hizkiahou authored
-
- May 16, 2019
-
-
Yoav Hizkiahou authored
fix #280
-
- Apr 11, 2019
-
-
Liz Rice authored
-
- Apr 10, 2019
-
-
Abubakr-Sadik Nii Nai Davis authored
This is useful for checking values in YAML (possibly JSON) kubernetes config files.
-
- Mar 21, 2019
-
-
Florent Delannoy authored
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.
-
- Feb 18, 2019
-
-
Liz Rice authored
Tests could easily be marked "skip" because the user doesn't want to run them in their environment, and in this common case the set of tests will be non-nil
-
- Feb 15, 2019
-
-
Abubakr-Sadik Nii Nai Davis authored
-
- Jul 30, 2018
-
-
Itai Ben-Natan authored
This commit adds the actual value of the result of the value which was returned by the test.
-
- May 15, 2018
-
-
Philippe ALEXANDRE authored
-
Philippe ALEXANDRE authored
-
- Sep 12, 2017
-
-
Juned Memon authored
-
- Aug 12, 2017
-
-
Abubakr-Sadik Nii Nai Davis authored
and modify text to command function to support this. Shell builtins fail the binary command lookup test which result in a WARN. Audit commands which include shell builtins must use the form: "/bin/sh -c 'sh-builtin arg'" So they are executed properly. Additionally Go will fail to execute commands involving shell builtins if they are not in the above format.
-
- Jul 24, 2017
-
-
Abubakr-Sadik Nii Nai Davis authored
-
- Jun 19, 2017
-
-
Amir Jerbi authored
-