5 references to SourceRepositoryMismatch
aspire (2)
Npm\SigstoreNpmProvenanceChecker.cs (2)
193return (new ProvenanceVerificationResult { Outcome = ProvenanceVerificationOutcome.SourceRepositoryMismatch }, null); 344Outcome = ProvenanceVerificationOutcome.SourceRepositoryMismatch,
Aspire.Cli.Tests (3)
Agents\PlaywrightCliInstallerTests.cs (1)
354var provenanceChecker = new TestNpmProvenanceChecker { ProvenanceOutcome = ProvenanceVerificationOutcome.SourceRepositoryMismatch };
Agents\SigstoreNpmProvenanceCheckerTests.cs (2)
279Assert.Equal(ProvenanceVerificationOutcome.SourceRepositoryMismatch, result.Outcome); 520Assert.Equal(ProvenanceVerificationOutcome.SourceRepositoryMismatch, result.Outcome);