tests fixes and sprints work

This commit is contained in:
master
2026-01-22 19:08:46 +02:00
parent c32fff8f86
commit 726d70dc7f
881 changed files with 134434 additions and 6228 deletions

View File

@@ -658,6 +658,8 @@ internal sealed class RuntimeInventoryReconciler : IRuntimeInventoryReconciler
ArtifactDocumentFormat.EntryTraceNdjson => "entrytrace-ndjson",
ArtifactDocumentFormat.EntryTraceGraphJson => "entrytrace-graph-json",
ArtifactDocumentFormat.ComponentFragmentJson => "component-fragment-json",
ArtifactDocumentFormat.SarifJson => "sarif-json",
ArtifactDocumentFormat.GraphVizDot => "graphviz-dot",
_ => format.ToString().ToLowerInvariant()
};

View File

@@ -191,6 +191,8 @@ internal sealed class SurfacePointerService : ISurfacePointerService
ArtifactDocumentFormat.EntryTraceGraphJson => "entrytrace.graph",
ArtifactDocumentFormat.EntryTraceNdjson => "entrytrace.ndjson",
ArtifactDocumentFormat.ComponentFragmentJson => "layer.fragments",
ArtifactDocumentFormat.SarifJson => "sarif-json",
ArtifactDocumentFormat.GraphVizDot => "graphviz-dot",
_ => format.ToString().ToLowerInvariant()
};