1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-15 20:39:08 +00:00
kube-bench/check
Oleksandr Slynko 58bea9c89b
Fix go vet issues (#720)
* Fix go vet issues

* to omit the property from JSON parsing one should use "-". "omit" in
that case would use omit tag
* The error was not reachable in the tests, so I moved it to the place
where it make sense for me (but maybe it was just unnecessary)

* Run all go vet linters in CI

* This return breaks the test
2020-10-09 15:56:22 +01:00
..
check_test.go chore: improve test clarity (#675) 2020-08-13 11:01:30 +03:00
check.go Fix go vet issues (#720) 2020-10-09 15:56:22 +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 Set actualResult (#703) 2020-09-17 13:23:02 +03:00