From eee552dba4d8f1b881eb8cc0519516efa1e160b6 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Thu, 30 Jan 2025 12:54:52 +0100 Subject: [PATCH] chore: add TODO --- prowler/lib/check/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/prowler/lib/check/models.py b/prowler/lib/check/models.py index af6cdc1b1d..6983644c2a 100644 --- a/prowler/lib/check/models.py +++ b/prowler/lib/check/models.py @@ -560,6 +560,7 @@ class Check_Report_Kubernetes(CheckReport): self.namespace = getattr(resource, "namespace", "cluster-wide") +# TODO: review this logic and add tests @dataclass class Check_Report_Microsoft365(CheckReport): """Contains the Microsoft365 Check's finding information."""