Skip to content

Commit

Permalink
Remove unwanted files
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh Deshpande <[email protected]>
  • Loading branch information
yogeshbdeshpande committed Nov 30, 2023
1 parent 114fc8d commit dec86fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions proto/evidence.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ message EvidenceContext {
string trust_anchor_id = 2 [json_name = "trust-anchor-id"];
string reference_id = 3 [json_name = "reference-id"];
google.protobuf.Struct evidence = 5;
bool require_further_processing = 6 [json_name = "require-further-processing"];
string media_type = 7 [json_name = "media-type"];
}
1 change: 0 additions & 1 deletion vts/trustedservices/trustedservices_grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ func (o *GRPC) getPerSchemeAttestation(ctx context.Context, mediaType string, to
o.logger.Infow("Appraise Evidence Failed with Cause", "error=", err)
return appraisal, err
}
o.logger.Infow("evaluated evidence context", "evidence-context require fp", appraisal.EvidenceContext.RequireFurtherProcessing)

appraisedResult.Nonce = appraisal.Result.Nonce
appraisal.Result = appraisedResult
Expand Down

0 comments on commit dec86fa

Please sign in to comment.