From 9c3a9a009552d193901d08ba7bdf0ee375ae7d9c Mon Sep 17 00:00:00 2001 From: Chris Dzombak Date: Wed, 25 Oct 2023 11:24:49 -0400 Subject: [PATCH] tweak README options list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7d3ce6c..052ee9a 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,8 @@ If you plan to use the `RUNNER_OUTFD_PID` and `RUNNER_OUTFD_STD[OUT|ERR]` variab - `-version`: Print version and exit. - `-work-dir string`: Set the working directory for the program. +#### Hiding sensitive environment variables + - `RUNNER_CENSOR_ENV` (environment variable only): Colon-separated list of environment variables whose values will be censored in output. `RUNNER_SMTP_PASS` and `RUNNER_NTFY_ACCESS_TOKEN` are always censored. - `RUNNER_HIDE_ENV` (environment variable only): Colon-separated list of environment variables which will be entirely omitted from output.