fix: Comment out Velociraptor service creation in artifact collection
taylorwalton committed
Nov 15, 2024 at 10:49 UTC
49fd5ad75108f1c34b74311abbed9adff7ebfa8e
1 file changed
+1
-1
backend/app/connectors/velociraptor/services/artifacts.py
+1
-1
@@ -178,7 +178,7 @@ async def run_file_collection(
178
Returns:
179
RunAnalyzerResponse: A dictionary containing the success status and a message.
180
"""
181
- velociraptor_service = await UniversalService.create("Velociraptor")
181
+ #velociraptor_service = await UniversalService.create("Velociraptor")
182
return CollectArtifactResponse(
183
success=False,
184
message="Not yet implemented",