part #2
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace StellaOps.Evidence.Models;
|
||||
|
||||
public sealed record AttestationEvidence(
|
||||
string AttestationId,
|
||||
string Type,
|
||||
string Digest,
|
||||
string SignerKeyId,
|
||||
bool SignatureValid,
|
||||
DateTimeOffset SignedAt,
|
||||
string? RekorLogIndex);
|
||||
Reference in New Issue
Block a user