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 f660140 + a9a5b03 commit 596f2c1Copy full SHA for 596f2c1
contentctl/actions/new_content.py
@@ -32,7 +32,6 @@ def buildDetection(self)->dict[str,Any]:
32
answers['status'] = "production" #start everything as production since that's what we INTEND the content to become
33
answers['description'] = 'UPDATE_DESCRIPTION'
34
file_name = answers['name'].replace(' ', '_').replace('-','_').replace('.','_').replace('/','_').lower()
35
- answers['kind'] = answers['detection_kind']
36
answers['search'] = answers['detection_search'] + ' | `' + file_name + '_filter`'
37
del answers['detection_search']
38
answers['how_to_implement'] = 'UPDATE_HOW_TO_IMPLEMENT'
0 commit comments