chore: remove port from iocs overview
This commit is contained in:
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user