- Cleaned up code formatting and organization across multiple files for improved readability. - Introduced `OsScanAnalyzerDispatcher` to handle OS analyzer execution and plugin loading. - Updated `ScanJobContext` to include an `Analysis` property for storing scan results. - Enhanced `ScanJobProcessor` to utilize the new `OsScanAnalyzerDispatcher`. - Improved logging and error handling in `ScanProgressReporter` for better traceability. - Updated project dependencies and added references to new analyzer plugins. - Revised task documentation to reflect current status and dependencies.
23 lines
503 B
JSON
23 lines
503 B
JSON
{
|
|
"schemaVersion": "1.0",
|
|
"id": "stellaops.entrytrace.analyzers",
|
|
"displayName": "StellaOps EntryTrace Analyzer Pack",
|
|
"version": "0.1.0-alpha",
|
|
"requiresRestart": true,
|
|
"entryPoint": {
|
|
"type": "dotnet",
|
|
"executable": "StellaOps.Scanner.EntryTrace.dll",
|
|
"arguments": [
|
|
"handshake"
|
|
]
|
|
},
|
|
"capabilities": [
|
|
"entrytrace",
|
|
"analyzer"
|
|
],
|
|
"metadata": {
|
|
"org.stellaops.plugin.kind": "entrytrace-analyzer",
|
|
"org.stellaops.restart.required": "true"
|
|
}
|
|
}
|