1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-15 20:39:08 +00:00
kube-bench/check
Satya Pawan 33f6773a43
Code quality improvements (#677)
* Code quality improvements such -

1. Improves empty string test (len vs str == "")
2. Converts fmt.Sprintf to string literal and Printf to Print where possible (as the dynamic args are missing!)

* Delete .deepsource.toml

Co-authored-by: DeepSource Bot <bot@deepsource.io>
Co-authored-by: Liz Rice <liz@lizrice.com>
2020-09-01 14:50:04 +01:00
..
check_test.go chore: improve test clarity (#675) 2020-08-13 11:01:30 +03:00
check.go Code quality improvements (#677) 2020-09-01 14:50:04 +01:00
controls_test.go Support multiple values flag when check the audit output (#652) 2020-08-03 10:31:54 +03:00
controls.go Run audit as shell script instead of as single line command (#610) 2020-06-22 10:45:31 +03:00
data Better handling of parameters and config audits (#674) 2020-08-12 14:32:42 +01:00
test_test.go chore: improve test clarity (#675) 2020-08-13 11:01:30 +03:00
test.go Better handling of parameters and config audits (#674) 2020-08-12 14:32:42 +01:00