Skip to content

Commit

Permalink
switch outputHandler isAllowed to IsCompliant
Browse files Browse the repository at this point in the history
  • Loading branch information
cschneider-vertical-relevance committed May 10, 2022
1 parent 362566c commit afcb645
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def lambda_handler(event,context):
results_report = {
"EvalEngineLambdalith": {
"Evaluation": {
"IsAllowed": is_allowed
"IsCompliant": is_allowed
},
"Infractions":infractions
}
Expand Down

0 comments on commit afcb645

Please sign in to comment.