10 references to SlsaProvenanceNotFound
aspire (6)
Npm\NpmProvenanceChecker.cs (3)
52return new ProvenanceVerificationResult { Outcome = parseResult?.Outcome ?? ProvenanceVerificationOutcome.SlsaProvenanceNotFound }; 167return (new NpmProvenanceData(), ProvenanceVerificationOutcome.SlsaProvenanceNotFound); 231return (new NpmProvenanceData(), ProvenanceVerificationOutcome.SlsaProvenanceNotFound);
Npm\SigstoreNpmProvenanceChecker.cs (3)
126return new NpmAttestationParseResult { Outcome = ProvenanceVerificationOutcome.SlsaProvenanceNotFound }; 140return new NpmAttestationParseResult { Outcome = ProvenanceVerificationOutcome.SlsaProvenanceNotFound }; 189return new NpmAttestationParseResult { Outcome = ProvenanceVerificationOutcome.SlsaProvenanceNotFound };
Aspire.Cli.Tests (4)
Agents\NpmProvenanceCheckerTests.cs (2)
62Assert.Equal(ProvenanceVerificationOutcome.SlsaProvenanceNotFound, result.Value.Outcome); 73Assert.Equal(ProvenanceVerificationOutcome.SlsaProvenanceNotFound, result.Value.Outcome);
Agents\SigstoreNpmProvenanceCheckerTests.cs (2)
46Assert.Equal(ProvenanceVerificationOutcome.SlsaProvenanceNotFound, result.Outcome); 56Assert.Equal(ProvenanceVerificationOutcome.SlsaProvenanceNotFound, result.Outcome);