From cbaf74de0e7b85c40a4a537fadad653b7c825aaf Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 20 Aug 2020 11:53:14 +0100 Subject: Setup git-secret This morning I'm attempting to secure my monorepo. How? - `git secret`: DONE: To version-control sensitive data - `git secrets`: TODO: Lint code for sensitive data I will probably update the CI to call `git secrets --scan` or some similar command to fail when that exists non-zero. I have much to learn, but doing is the best way to learn it. --- .gitsecret/keys/pubring.kbx~ | Bin 0 -> 32 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitsecret/keys/pubring.kbx~ (limited to '.gitsecret/keys/pubring.kbx~') diff --git a/.gitsecret/keys/pubring.kbx~ b/.gitsecret/keys/pubring.kbx~ new file mode 100644 index 000000000000..c0a748ce2c37 Binary files /dev/null and b/.gitsecret/keys/pubring.kbx~ differ -- cgit 1.4.1