Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: disable hiding of Sensitive params
if octocatalog-diff has access to them, then the user running it also has. showing them is no security issue. But not showing them is a problem when refactoring code to use Sensitive, because you don't see if you accidentally introduced other changes - for example forgetting an `unwrap` somewhere.
- Loading branch information