blocker move 1

This commit is contained in:
StellaOps Bot
2025-11-23 14:53:13 +02:00
parent 8d78dd219b
commit f47d2d1377
25 changed files with 4788 additions and 4007 deletions

View File

@@ -0,0 +1,10 @@
using System.Text.Json;
namespace StellaOps.SbomService.Models;
public sealed record SbomProjectionResult(
string SnapshotId,
string TenantId,
JsonElement Projection,
string ProjectionHash,
string SchemaVersion);