1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-15 20:39:08 +00:00
kube-bench/check
Sebastian Ehmann 56fa231376 Remove nil check (#493)
As the length of a nil slice is defined as 0, the nil check is
redundand. (suggested by golanci-lint/gosimple)
2019-11-05 20:23:31 -05:00
..
check_test.go Issue #353: Merges JSON and Exec Params files (#426) 2019-10-14 10:37:10 -04:00
check.go Fixes issue #289: removed versions prior to 1.11 (#429) 2019-10-14 10:52:43 -04:00
controls_test.go ocp-3.10: Fix malformed yaml and improve TestControls_RunChecks 2019-06-10 13:39:43 -07:00
controls.go Issue #353: Merges JSON and Exec Params files (#426) 2019-10-14 10:37:10 -04:00
data Issue #353: Merges JSON and Exec Params files (#426) 2019-10-14 10:37:10 -04:00
test_test.go Adds Unit Tests for check/toNumeric (#401) 2019-10-12 18:46:19 -04:00
test.go Remove nil check (#493) 2019-11-05 20:23:31 -05:00