buildah
buildah copied to clipboard
Move `cmd/buildah/passwd.go` to `tests/`
cmd/buildah/passwd.go adds a hidden, undocumented, buildah passwd command.
This was added in https://github.com/containers/buildah/pull/3894 and it is used to set up a test environment.
We don’t need to ship this subcommand (and the Bcrypt implementation, which seems to have no other users in the binary) to users; removing that would save a few bytes per user, and simplify our analysis (e.g. about using FIPS-unapproved algorithms).
A friendly reminder that this issue had no activity for 30 days.