mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 21:11:53 +00:00
fix(k8s): handle Kubernetes Audit Config (#3931)
This commit is contained in:
@@ -10,6 +10,8 @@ class KubernetesService:
|
||||
def __init__(self, provider: KubernetesProvider):
|
||||
self.context = provider.identity.context
|
||||
self.api_client = provider.session.api_client
|
||||
self.audit_config = provider.audit_config
|
||||
self.fixer_config = provider.fixer_config
|
||||
|
||||
# Thread pool for __threading_call__
|
||||
self.thread_pool = ThreadPoolExecutor(max_workers=MAX_WORKERS)
|
||||
|
||||
Reference in New Issue
Block a user