aquasecurity / kube-hunter

Hunt for security weaknesses in Kubernetes clusters
Apache License 2.0
4.66k stars 579 forks source link

Add integration tests using KIND #434

Open danielsagi opened 3 years ago

danielsagi commented 3 years ago

What would you like to be added

Add E2E tests using KIND and kubernetes goat.

Why is this needed

We're currently relying on basic tests, as kube-hunter results are heavily dynamic for specific envs. integration tests will help us identify regression and other bugs related to specific environments.