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