2 references to AttestationFetchFailed
aspire (1)
Npm\SigstoreNpmProvenanceChecker.cs (1)
35
return new ProvenanceVerificationResult { Outcome = ProvenanceVerificationOutcome.
AttestationFetchFailed
};
Aspire.Cli.Tests (1)
Agents\PlaywrightCliInstallerTests.cs (1)
382
var provenanceChecker = new TestNpmProvenanceChecker { ProvenanceOutcome = ProvenanceVerificationOutcome.
AttestationFetchFailed
};