mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
minor
This commit is contained in:
+1
-3
@@ -660,8 +660,6 @@ def main(REPO_PATH, OUTPUT_PATH, VERBOSE):
|
||||
print("{0} workbench panels have been successfully written to {1}, {2} and {3}".format(len(workbench_panels_objects), OUTPUT_PATH + "/default/es_investigations.conf", OUTPUT_PATH + "/default/workflow_actions.conf", OUTPUT_PATH + "/default/data/ui/panels/*"))
|
||||
print("security content generation completed..")
|
||||
|
||||
return True
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
@@ -678,4 +676,4 @@ if __name__ == "__main__":
|
||||
OUTPUT_PATH = args.output
|
||||
VERBOSE = args.verbose
|
||||
|
||||
main(REPO_PATH, OUTPUT_PATH, VERBOSE)
|
||||
main(REPO_PATH, OUTPUT_PATH, VERBOSE)
|
||||
Reference in New Issue
Block a user