Added the Azure import to aks.py

This commit is contained in:
ori.agmon
2018-10-14 15:25:46 +03:00
parent b5117fb315
commit f771da5f5e

View File

@@ -7,7 +7,7 @@ from kubelet import ExposedRunHandler
from ...core.events import handler
from ...core.events.types import Event, Vulnerability
from ...core.types import Hunter, ActiveHunter, KubernetesCluster, IdentityTheft
from ...core.types import Hunter, ActiveHunter, IdentityTheft, Azure
class AzureSpnExposure(Vulnerability, Event):