From c849928ae8234147a89831ed150cd2552485bca9 Mon Sep 17 00:00:00 2001 From: "EVA (Entity Value Attribute)" Date: Thu, 11 Jun 2026 12:44:23 +0300 Subject: [PATCH] avoid saving secret to .bashrc and showing it on the screen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7b4ecc4..451d320e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This means you don’t need: Store the secret in your OS keychain: ```bash -docker pass set foo=bar +read -s -p "Enter the secret:" secret && docker pass set foo=$secret ``` Run a container using a secret reference (the value se://foo is not the secret itself):