Context Filtering in Prowler
Prowler will scan the active Kubernetes context by default. To specify a different Kubernetes context for scanning, use the--context flag followed by the desired context name, for example:
Namespace Filtering
By default,prowler scans all namespaces within the specified context.
To limit the scan to specific namespaces, use the --namespace flag followed by the desired namespace names, separated by spaces: for example:
Proxy and TLS Verification
If your Kubernetes cluster is only accessible via an internal proxy, Prowler will respect theHTTPS_PROXY or https_proxy environment variable:
K8S_SKIP_TLS_VERIFY environment variable:
kubeconfig and in in-cluster mode.
