feat: redact sensitive data in dry runs outputs#43
feat: redact sensitive data in dry runs outputs#43sebastian-stephan wants to merge 5 commits intomainfrom
Conversation
|
after a discussion with Claude, the following points surfaced.
I'll try to fix 1, 2 and 4, and leave 3 to you if that's ok for you
|
|
Should be addressed now with a different approach. The maskedwriter is not optimized for performance, but I think it's more readable now and should be correct. |
Fixes #9.
Redacts any obvious secrets in the dry run output by collecting secrets and using a custom writer.