Skip to content

Commit

Permalink
Add MT Parser for Realm Identity
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh Deshpande <yogesh.deshpande@arm.com>
  • Loading branch information
yogeshbdeshpande committed Dec 4, 2023
1 parent 8fb13d5 commit a67c9e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ear_appraisal.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ func ToAppraisal(v interface{}) (*Appraisal, error) {
"ear.veraison.annotated-evidence": stringMapPtrParser,
"ear.veraison.policy-claims": stringMapPtrParser,
"ear.veraison.key-attestation": stringMapPtrParser,
"ear.veraison.realm-identity": stringMapPtrParser,
}

err := populateStructFromMap(&appraisal, m, "json", parsers, stringPtrParser, true)
Expand Down

0 comments on commit a67c9e0

Please sign in to comment.