tests fixes and sprints work
This commit is contained in:
@@ -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()
|
||||
};
|
||||
|
||||
|
||||
@@ -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()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user