We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccdfb14 commit fda66f2Copy full SHA for fda66f2
1 file changed
detection_rules/rule.py
@@ -714,7 +714,7 @@ def _add_related_integrations(self, obj: dict) -> None:
714
if package["integration"] not in policy_templates:
715
del package["integration"]
716
717
- obj.setdefault("related_integrations", package_integrations)
+ obj.setdefault("related_integrations", package_integrations)
718
719
def _add_required_fields(self, obj: dict) -> None:
720
"""Add restricted field required_fields to the obj, derived from the query AST."""
0 commit comments