mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
fix go-sev-guest default product
This commit is contained in:
parent
dbad7c2f7a
commit
6f53dc90cf
@ -269,7 +269,7 @@ func (a *azureInstanceInfo) attestationWithCerts(logger attestation.Logger, gett
|
||||
}
|
||||
|
||||
// Product info as reported through CPUID[EAX=1]
|
||||
sevProduct := abi.DefaultSevProduct()
|
||||
sevProduct := &spb.SevProduct{Name: spb.SevProduct_SEV_PRODUCT_MILAN, Stepping: 0} // Milan-B0
|
||||
productName := kds.ProductString(sevProduct)
|
||||
|
||||
att := &spb.Attestation{
|
||||
|
Loading…
Reference in New Issue
Block a user