Skip to content

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Tanya <[email protected]>
  • Loading branch information
tanyaveksler committed Nov 5, 2023
1 parent 1147e75 commit cfe5005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nca/Parsers/IstioVirtualServiceYamlParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def create_istio_traffic_policies(self, gtw_parser):
if not result:
self.warning('no valid VirtualServices found. Ignoring istio ingress traffic')
else:
result[0].findings = self.warning_msgs
result[0].findings = self.warning_msgs + gtw_parser.warning_msgs
return result

def pick_vs_gateways_by_hosts(self, vs, gateway_names):
Expand Down

0 comments on commit cfe5005

Please sign in to comment.