release orchestrator v1 draft and build fixes
This commit is contained in:
@@ -227,7 +227,7 @@ public sealed class VerdictBuilderService : IVerdictBuilder
|
||||
/// <summary>
|
||||
/// Load or generate policy lock from bundle.
|
||||
/// </summary>
|
||||
private static async ValueTask<PolicyLock> LoadPolicyLockAsync(
|
||||
private async ValueTask<PolicyLock> LoadPolicyLockAsync(
|
||||
string? policyPath,
|
||||
string policyDigest,
|
||||
CancellationToken ct)
|
||||
@@ -251,7 +251,7 @@ public sealed class VerdictBuilderService : IVerdictBuilder
|
||||
["default"] = policyDigest
|
||||
},
|
||||
EngineVersion: "1.0.0",
|
||||
GeneratedAt: DateTimeOffset.UtcNow
|
||||
GeneratedAt: _timeProvider.GetUtcNow()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -12,8 +12,7 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="FluentAssertions" />
|
||||
<PackageReference Include="FsCheck" />
|
||||
<PackageReference Include="FsCheck.Xunit" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" />
|
||||
<PackageReference Include="FsCheck.Xunit" />
|
||||
<PackageReference Include="xunit.v3" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" />
|
||||
<PackageReference Include="coverlet.collector" />
|
||||
|
||||
Reference in New Issue
Block a user