V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m52s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-26 15:48:56 +00:00
parent 693f3252ab
commit 9928148850

View File

@@ -200,11 +200,7 @@ yaml_secret() {
# --- Quote unquoted values -------------------------------------------
s/^(.*)=([^'\''"]+)/\1='\''\2'\''/ # wrap value in single quotes
' -- "${__SECRETS}" >| "${__SECRETS}.value_only"
ciss_secrets_wiper "${__SECRETS}"
mv -f -- "${__SECRETS}.value_only" "${__SECRETS}"
' -- "${__SECRETS}"
# shellcheck disable=SC1091 source=./${__SECRETS}
source "${__SECRETS}"