mirror of
https://github.com/philippemerle/KubeDiagrams.git
synced 2026-08-22 14:36:24 +00:00
Disable clear-text logging of sensitive information
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user