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