work
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace StellaOps.SbomService.Models;
|
||||
|
||||
public sealed record SbomVersionCreatedEvent(
|
||||
string SnapshotId,
|
||||
string TenantId,
|
||||
string ProjectionHash,
|
||||
string SchemaVersion,
|
||||
DateTimeOffset CreatedAtUtc);
|
||||
Reference in New Issue
Block a user