Skip to content

Commit 2eba93e

Browse files
author
Patrick
committed
merged with develop
1 parent 8d241d6 commit 2eba93e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

contentctl/input/director.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@ def __init__(self, output_dto: DirectorOutputDto) -> None:
118118
self.output_dto = output_dto
119119
self.ssa_detection_builder = SSADetectionBuilder()
120120

121-
self.output_dto.addContentToDictMappings(Lookup.model_construct(description= "A lookup file that will contain the data source objects for detections.",
122-
filename=pathlib.Path("data_sources.csv"),
123-
name="data_sources"))
124-
125121
def execute(self, input_dto: validate) -> None:
126122
self.input_dto = input_dto
127123
self.createSecurityContent(SecurityContentType.deployments)

0 commit comments

Comments
 (0)