mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-12 16:47:25 -05:00
fix go-sev-guest default product
This commit is contained in:
parent
dbad7c2f7a
commit
6f53dc90cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue