Shopify / kubeaudit

kubeaudit helps you audit your Kubernetes clusters against common security controls
MIT License
1.89k stars 183 forks source link

By default, test without Kind #524

Closed genevieveluyt closed 1 year ago

genevieveluyt commented 1 year ago
Description

Instead of running tests in a "Kind" environment by default, explicitly enable Kind. This prevents accidentally running cluster tests against a production cluster with go test ./... (as opposed to make test which would first activate the Kind cluster).

Type of change
Checklist: