The .cloud/ credentials I believe are for NabuCasa and controlled by the application. I have them in .gitignore which I would think would be enough not to fire this warning, or maybe there is an option.
It says there is a secret in log, but the log file its saying is secrets.yaml. I have my full mariadb URL in there since the credentials are in the URL. Is it possibly just looking for URLs and reporting them as log error regardless of location?
The
.cloud/credentials I believe are for NabuCasa and controlled by the application. I have them in.gitignorewhich I would think would be enough not to fire this warning, or maybe there is an option.It says there is a secret in log, but the log file its saying is
secrets.yaml. I have my full mariadb URL in there since the credentials are in the URL. Is it possibly just looking for URLs and reporting them as log error regardless of location?