Skip to content

Commit

Permalink
attestationreport: fix
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Ott <[email protected]>
  • Loading branch information
smo4201 committed Mar 5, 2024
1 parent f3e8939 commit 7acd362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions attestationreport/attestationreport.go
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ func Verify(arRaw, nonce, casPem []byte, policies []byte, polEng PolicyEngineSel
if code != NotSet {
result.ErrorCode = code
result.Success = false
return result
}

// Verify and unpack metadata from attestation report
Expand Down

0 comments on commit 7acd362

Please sign in to comment.