3 implementations of VerifyProvenanceAsync
aspire (1)
Npm\SigstoreNpmProvenanceChecker.cs (1)
60
public async Task<ProvenanceVerificationResult>
VerifyProvenanceAsync
(
Aspire.Cli.Tests (2)
Agents\PlaywrightCliInstallerTests.cs (1)
1045
public 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)
36
public 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)
214
var provenanceResult = await provenanceChecker.
VerifyProvenanceAsync
(