mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-14 01:20:43 -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]
|
// 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)
|
productName := kds.ProductString(sevProduct)
|
||||||
|
|
||||||
att := &spb.Attestation{
|
att := &spb.Attestation{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue