From 4b389dcccb2ec2f546fc796b4318cc652f3d6e34 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sun, 27 Aug 2023 16:00:05 +0100 Subject: [PATCH] git-exporter/run.sh: Add HA doc link for storing secrets --- git-exporter/root/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-exporter/root/run.sh b/git-exporter/root/run.sh index 26bc1ef4..5169045e 100644 --- a/git-exporter/root/run.sh +++ b/git-exporter/root/run.sh @@ -115,7 +115,7 @@ function check_secrets { bashio::log.info 'Checking for secrets' # shellcheck disable=SC2046 git secrets --scan $(find $local_repository -name '*.yaml' -o -name '*.yml' -o -name '*.json' -o -name '*.disabled') \ - || (bashio::log.error 'Found secrets in files!!! Fix them to be able to commit!' && exit 1) + || (bashio::log.error 'Found secrets in files!!! Fix them to be able to commit! See https://www.home-assistant.io/docs/configuration/secrets/ for more information!' && exit 1) } function export_ha_config {