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:
master
2026-01-19 09:02:59 +02:00
parent 8c4bf54aed
commit 17419ba7c4
809 changed files with 170738 additions and 12244 deletions

View File

@@ -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);