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.
2 parents 36ba530 + 6bfdb25 commit 3a5e654Copy full SHA for 3a5e654
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