blocker move 1
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user