From 6d747f3416aa2dcf0241b1ec9979405710b55f0d Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Sat, 28 Oct 2023 22:19:55 +0000 Subject: [PATCH] feat: add conflict disclaimer --- git-commit-signing/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git-commit-signing/README.md b/git-commit-signing/README.md index 3498378..38a02c0 100644 --- a/git-commit-signing/README.md +++ b/git-commit-signing/README.md @@ -14,6 +14,8 @@ It requires `curl` and `jq` to be installed inside your workspace. Please observe that using the SSH key that's part of your Coder account for commit signing, means that in the event of a breach of your Coder account, or a malicious admin, someone could perform commit signing pretending to be you. +This module has a chance of conflicting with the user's dotfiles / the personalize module if one of those has configuration directives that overwrite this module's / each other's git configuration. + ```hcl module "git-commit-signing" { source = "https://registry.coder.com/modules/git-commit-signing"