chore: remove port from iocs overview

This commit is contained in:
Benjamin Labrecque
2026-07-13 16:11:15 +02:00
parent b38c3c08c0
commit 8ed6822075
+1 -1
View File
@@ -122,7 +122,7 @@ class IocsOverview(BaseModel):
return IocsOverview(content=s)
def add_ioc(self, service: Service, description: str):
new_row = f"| AGEBD-CPCL-{service.name_upper} | {service.ioc_port} | {description} |\n"
new_row = f"| AGEBD-CPCL-{service.name_upper} | {description} |\n"
# Ensuring it starts on a clean new line if the file didn't end with one
if not self.content.endswith("\n"):