Open andrew-m-leonard opened 6 days ago
private List<Attestation> readRepositoryAttestationsForRelease(version, arch) throws FailedToPullDataException {
public AttestationList readRepositoryAttestations() throws FailedToPullDataException {
override suspend fun updateAttestations(vendor: Vendor): AttestationUpdateInfo {
and called from around here during the update cycle
val newAttestations = updateAttestations(vendor)
Extended the DataStore to store/retrieve Attestations by target VendorRelease:
fun getAttestations(vendorRelease): AttestationList
MarketPlace sketch, the "Reproducible Verified" column would list Vendor "icons" that have verified the given vendor release:
@tellison @jiekang When you get a moment please, your thoughts on the above "sketch", thanks
Sketch seems fine to me. I would probably make the logos smaller, square icons preferably.
Design and create an Adoptium MarketPlace data representation of a CDXA attestation, that supports Adoptium member vendors publishing a CDXA attestation as to the "Reproducible Verification" of an Adoptium MarketPlace release.
A Vendor should be able to: