sln build fix (again), tests fixes, audit work and doctors work
This commit is contained in:
@@ -19,6 +19,9 @@ using StellaOps.ExportCenter.Client;
|
||||
using StellaOps.ExportCenter.Core.EvidenceCache;
|
||||
using StellaOps.Verdict;
|
||||
using StellaOps.Scanner.PatchVerification.DependencyInjection;
|
||||
using StellaOps.Doctor.DependencyInjection;
|
||||
using StellaOps.Doctor.Plugins.Core.DependencyInjection;
|
||||
using StellaOps.Doctor.Plugins.Database.DependencyInjection;
|
||||
#if DEBUG || STELLAOPS_ENABLE_SIMULATOR
|
||||
using StellaOps.Cryptography.Plugin.SimRemote.DependencyInjection;
|
||||
#endif
|
||||
@@ -182,6 +185,11 @@ internal static class Program
|
||||
services.AddSingleton(TimeProvider.System);
|
||||
services.AddSingleton<IEvidenceCacheService, LocalEvidenceCacheService>();
|
||||
|
||||
// Doctor diagnostics engine
|
||||
services.AddDoctorEngine();
|
||||
services.AddDoctorCorePlugin();
|
||||
services.AddDoctorDatabasePlugin();
|
||||
|
||||
// CLI-FORENSICS-53-001: Forensic snapshot client
|
||||
services.AddHttpClient<IForensicSnapshotClient, ForensicSnapshotClient>(client =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user