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 6df8352 commit f679ca1Copy full SHA for f679ca1
contentctl/input/director.py
@@ -200,6 +200,7 @@ def buildDataSourceCsv(self):
200
author=self.input_dto.app.author_name,
201
description="A lookup file that contains the data source objects for detections.",
202
lookup_type=Lookup_Type.csv,
203
+ case_sensitive_match=False,
204
contents=RuntimeCsvWriter.generateDatasourceCSVContent(
205
self.output_dto.data_sources
206
),
0 commit comments