3 implementations of VerifyProvenanceAsync
aspire (1)
Npm\SigstoreNpmProvenanceChecker.cs (1)
60public async Task<ProvenanceVerificationResult> VerifyProvenanceAsync(
Aspire.Cli.Tests (2)
Agents\PlaywrightCliInstallerTests.cs (1)
1045public Task<ProvenanceVerificationResult> VerifyProvenanceAsync(string packageName, string version, string expectedSourceRepository, string expectedWorkflowPath, string expectedBuildType, Func<WorkflowRefInfo, bool>? validateWorkflowRef, string? sriIntegrity, CancellationToken cancellationToken)
TestServices\FakePlaywrightServices.cs (1)
36public Task<ProvenanceVerificationResult> VerifyProvenanceAsync(string packageName, string version, string expectedSourceRepository, string expectedWorkflowPath, string expectedBuildType, Func<WorkflowRefInfo, bool>? validateWorkflowRef, string? sriIntegrity, CancellationToken cancellationToken)
1 reference to VerifyProvenanceAsync
aspire (1)
Agents\Playwright\PlaywrightCliInstaller.cs (1)
214var provenanceResult = await provenanceChecker.VerifyProvenanceAsync(