doctor enhancements, setup, enhancements, ui functionality and design consolidation and , test projects fixes , product advisory attestation/rekor and delta verfications enhancements
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
using System.Collections.Immutable;
|
||||
using System.Text.Json;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Moq;
|
||||
using StellaOps.Determinism;
|
||||
using StellaOps.Evidence.Pack;
|
||||
@@ -209,6 +210,9 @@ public class EvidenceCardExportIntegrationTests
|
||||
{
|
||||
var services = new ServiceCollection();
|
||||
|
||||
// Add logging
|
||||
services.AddLogging();
|
||||
|
||||
// Add deterministic time and guid providers
|
||||
var timeProvider = new FakeTimeProvider(FixedTime);
|
||||
var guidProvider = new FakeGuidProvider(FixedGuid);
|
||||
|
||||
Reference in New Issue
Block a user