You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arguments are converted to string, but the output filter is never applied. See the following method, I think 'arguments.GetFilter()' should be passed as the last parameter, but is currently not present.
Usage Information
9.0.3
Description
Since Nuke version 9 secrets in
ArgumentStringHandler
are not redacted:FTR, the fluent API is NOT affected, and works as expected:
Reproduction Steps
Arguments are converted to string, but the output filter is never applied. See the following method, I think 'arguments.GetFilter()' should be passed as the last parameter, but is currently not present.
https://github.com/nuke-build/nuke/blame/5b4f3ca9865f11168e9ab7f81bc93716c02c9c53/source/Nuke.Tooling/ToolTasks.Run.cs#L59
Expected Behavior
Output filter is applied and secrets are filtered.
Actual Behavior
Secrets are not filtered.
Regression?
Worked fine is version 8
Known Workarounds
None
Could you help with a pull-request?
No
The text was updated successfully, but these errors were encountered: