QEMU CSP Config: PCRs -> Measurements

Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
Malte Poll 2022-05-13 13:12:43 +02:00 committed by Malte Poll
parent c679526bae
commit 3b30291360
3 changed files with 4 additions and 4 deletions

View file

@ -80,7 +80,7 @@ func (v *Validators) setPCRs(config *config.Config) error {
}
v.pcrs = azurePCRs
case cloudprovider.QEMU:
qemuPCRs := *config.Provider.QEMU.PCRs
qemuPCRs := *config.Provider.QEMU.Measurements
if err := v.checkPCRs(qemuPCRs); err != nil {
return err
}