4 implementations of VerifyProvenanceAsync
aspire (2)
Npm\NpmProvenanceChecker.cs (1)
19
public async Task<ProvenanceVerificationResult>
VerifyProvenanceAsync
(string packageName, string version, string expectedSourceRepository, string expectedWorkflowPath, string expectedBuildType, Func<WorkflowRefInfo, bool>? validateWorkflowRef, CancellationToken cancellationToken, string? sriIntegrity = null)
Npm\SigstoreNpmProvenanceChecker.cs (1)
43
public async Task<ProvenanceVerificationResult>
VerifyProvenanceAsync
(
Aspire.Cli.Tests (2)
Agents\PlaywrightCliInstallerTests.cs (1)
539
public 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)
33
public 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)
151
var provenanceResult = await provenanceChecker.
VerifyProvenanceAsync
(