Gaps fill up, fixes, ui restructuring
This commit is contained in:
@@ -76,6 +76,9 @@ internal sealed class FakeAuditPackRepository : IAuditPackRepository
|
||||
|
||||
public Task<object?> GetProofChainAsync(string scanId, CancellationToken ct)
|
||||
=> Task.FromResult<object?>(new { proof = "chain", scanId });
|
||||
|
||||
public Task<TriageSuppressExportBundle?> GetTriageSuppressEvidenceAsync(string scanId, CancellationToken ct)
|
||||
=> Task.FromResult<TriageSuppressExportBundle?>(null);
|
||||
}
|
||||
|
||||
internal sealed class FixedTimeProvider(DateTimeOffset now) : TimeProvider
|
||||
|
||||
Reference in New Issue
Block a user