about summary refs log tree commit diff
path: root/pkgs/build-support/replace-secret
AgeCommit message (Collapse)AuthorFilesLines
2021-08-17replace-secret: deprecate phasesFelix Buehler1-3/+4
2021-05-19replace-secret: Inittalyz7-0/+129
Add a small utility script which securely replaces secrets in files. Doing this with `sed`, `replace-literal` or similar utilities leaks the secrets through the spawned process' `/proc/<pid>/cmdline` file.