Skip to content

Commit f679ca1

Browse files
committed
Make data_sources lookup case insensitive
1 parent 6df8352 commit f679ca1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contentctl/input/director.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ def buildDataSourceCsv(self):
200200
author=self.input_dto.app.author_name,
201201
description="A lookup file that contains the data source objects for detections.",
202202
lookup_type=Lookup_Type.csv,
203+
case_sensitive_match=False,
203204
contents=RuntimeCsvWriter.generateDatasourceCSVContent(
204205
self.output_dto.data_sources
205206
),

0 commit comments

Comments
 (0)