mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
updated test files
This commit is contained in:
@@ -44,8 +44,6 @@ class GithubService:
|
||||
if os.path.basename(file_path).startswith('ssa'):
|
||||
file_path_base = os.path.splitext(file_path)[0].replace('detections', 'tests') + '.test'
|
||||
file_path_new = file_path_base + '.yml'
|
||||
if not os.path.exists(file_path_new):
|
||||
file_path_new = file_path_base + '.yaml'
|
||||
if file_path_new not in changed_ssa_test_files:
|
||||
changed_ssa_test_files.append(file_path_new)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user