We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d241d6 commit 2eba93eCopy full SHA for 2eba93e
contentctl/input/director.py
@@ -118,10 +118,6 @@ def __init__(self, output_dto: DirectorOutputDto) -> None:
118
self.output_dto = output_dto
119
self.ssa_detection_builder = SSADetectionBuilder()
120
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
-
125
def execute(self, input_dto: validate) -> None:
126
self.input_dto = input_dto
127
self.createSecurityContent(SecurityContentType.deployments)
0 commit comments