Add resource to run context
This commit is contained in:
parent
c7dee3bdf7
commit
419beae7ca
@ -67,6 +67,7 @@ public class EndorsementInspector extends VCInspector implements SubInspector {
|
||||
|
||||
RunContext ctx = new RunContext.Builder()
|
||||
.put(this)
|
||||
.put(resource)
|
||||
.put(JACKSON_OBJECTMAPPER, mapper)
|
||||
.put(JSONPATH_EVALUATOR, jsonPath)
|
||||
.build();
|
||||
|
Loading…
Reference in New Issue
Block a user