stabilize tests
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
// Description: Integrates metrics collection into scan completion pipeline
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
|
||||
using Microsoft.Extensions.Logging;
|
||||
using StellaOps.Scanner.Core.Contracts;
|
||||
using StellaOps.Scanner.Storage.Repositories;
|
||||
|
||||
@@ -5,11 +5,12 @@
|
||||
// Description: Service for collecting and persisting scan metrics during execution
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
using System.Diagnostics;
|
||||
|
||||
using Microsoft.Extensions.Logging;
|
||||
using StellaOps.Determinism;
|
||||
using StellaOps.Scanner.Storage.Models;
|
||||
using StellaOps.Scanner.Storage.Repositories;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace StellaOps.Scanner.Worker.Metrics;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user