stabilizaiton work - projects rework for maintenanceability and ui livening
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace StellaOps.AuditPack.Services;
|
||||
|
||||
/// <summary>
|
||||
/// Provider interface for scan data (SBOM, verdict, etc.).
|
||||
/// </summary>
|
||||
public interface IScanDataProvider
|
||||
{
|
||||
Task<ScanData> GetScanDataAsync(string scanId, CancellationToken ct);
|
||||
}
|
||||
Reference in New Issue
Block a user