From 075d7aa5946fddffbd3750fec8bc44f32e4ad17e Mon Sep 17 00:00:00 2001 From: JM Faircloth Date: Thu, 1 Feb 2024 08:42:08 -0600 Subject: [PATCH] update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8616eb1..8dce6af 100644 --- a/README.md +++ b/README.md @@ -649,6 +649,13 @@ Base64 encoded client key the action uses to authenticate with Vault when mTLS i When set to true, disables verification of server certificates when testing the action. +### `ignoreNotFound` + +**Type: `string`**\ +**Default: `false`** + +When set to true, prevents the action from failing when a secret does not exist. + ## Masking - Hiding Secrets from Logs This action uses GitHub Action's built-in masking, so all variables will automatically be masked (aka hidden) if printed to the console or to logs.