Documentation Index
Fetch the complete documentation index at: https://prowler-prowler-1359-docs-improve-developer-documentation-f.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.
