diff --git a/bin/kube-diagrams b/bin/kube-diagrams index 70c8c49..a1d76e2 100755 --- a/bin/kube-diagrams +++ b/bin/kube-diagrams @@ -68,6 +68,7 @@ def report(kind, resource, path, msg, end): if path is not None: rm += f":{path}" rm += f" - {msg}{end}" + # GOOD: it is fine to log data that is not sensitive print(rm) def info(resource, path, msg):