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