stabilize tests

This commit is contained in:
master
2026-02-01 21:37:40 +02:00
parent 55744f6a39
commit 5d5e80b2e4
6435 changed files with 33984 additions and 13802 deletions

View File

@@ -1,8 +1,9 @@
using StellaOps.Scanner.Surface.Secrets;
using StellaOps.Scanner.Worker.Processing;
using System;
using System.Collections.Generic;
using System.Diagnostics.Metrics;
using StellaOps.Scanner.Surface.Secrets;
using StellaOps.Scanner.Worker.Processing;
namespace StellaOps.Scanner.Worker.Diagnostics;

View File

@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Reflection;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using OpenTelemetry.Metrics;
@@ -8,6 +6,9 @@ using OpenTelemetry.Resources;
using OpenTelemetry.Trace;
using StellaOps.Scanner.Storage.Services;
using StellaOps.Scanner.Worker.Options;
using System;
using System.Collections.Generic;
using System.Reflection;
namespace StellaOps.Scanner.Worker.Diagnostics;