I am following the guide to run the provisioning scripr ./provisioning/run.sh, but it fails when trying to create the CBOR of the template data/comid-psa-refval.json, whose content is displayed below:
creation failed for "": error validating template data/comid-psa-refval.json: triples validation failed: reference values: error at index 0: measurement validation failed: no measurement value set
By searching on Veraison comid code, this error is displayed in the comid/measurement.go file of the corim repository, so I guess there is a problem with the content of the json template, but I don't know how to fix it.
The measurement value is creatred after TA geneartion. I am afraid you build is separeted form the docker build and the value is not created in a suitable file.
I am following the guide to run the provisioning scripr
./provisioning/run.sh
, but it fails when trying to create the CBOR of the templatedata/comid-psa-refval.json
, whose content is displayed below:I receive this error:
creation failed for "": error validating template data/comid-psa-refval.json: triples validation failed: reference values: error at index 0: measurement validation failed: no measurement value set
By searching on Veraison comid code, this error is displayed in the
comid/measurement.go
file of thecorim
repository, so I guess there is a problem with the content of the json template, but I don't know how to fix it.