4 references to AttestationFetchFailed
aspire (3)
Npm\NpmProvenanceChecker.cs (2)
34
return new ProvenanceVerificationResult { Outcome = ProvenanceVerificationOutcome.
AttestationFetchFailed
};
42
return new ProvenanceVerificationResult { Outcome = ProvenanceVerificationOutcome.
AttestationFetchFailed
};
Npm\SigstoreNpmProvenanceChecker.cs (1)
56
return new ProvenanceVerificationResult { Outcome = ProvenanceVerificationOutcome.
AttestationFetchFailed
};
Aspire.Cli.Tests (1)
Agents\PlaywrightCliInstallerTests.cs (1)
342
var provenanceChecker = new TestNpmProvenanceChecker { ProvenanceOutcome = ProvenanceVerificationOutcome.
AttestationFetchFailed
};