diff --git a/contentctl/objects/detection_tags.py b/contentctl/objects/detection_tags.py index 452eaa1e..f6f66930 100644 --- a/contentctl/objects/detection_tags.py +++ b/contentctl/objects/detection_tags.py @@ -107,6 +107,8 @@ def cis20(self) -> list[Cis18Value]: # TODO (#221): mappings should be fleshed out into a proper class mappings: Optional[List] = None # annotations: Optional[dict] = None + + # TODO (#268): Validate manual_test has length > 0 if not None manual_test: Optional[str] = None # The following validator is temporarily disabled pending further discussions