about summary refs log tree commit diff
path: root/.gitsecret/keys
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-08-20T10·53+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-08-20T10·53+0100
commitcbaf74de0e7b85c40a4a537fadad653b7c825aaf (patch)
tree28e22d65ae9e07de568693b0cd12c07102c923fd /.gitsecret/keys
parent4d8ce34a7ec4b5cc21fcbe1e132322eb868817cd (diff)
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.
Diffstat (limited to '.gitsecret/keys')
-rw-r--r--.gitsecret/keys/pubring.kbxbin0 -> 6799 bytes
-rw-r--r--.gitsecret/keys/pubring.kbx~bin0 -> 32 bytes
-rw-r--r--.gitsecret/keys/trustdb.gpgbin0 -> 1200 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/.gitsecret/keys/pubring.kbx b/.gitsecret/keys/pubring.kbx
new file mode 100644
index 000000000000..692d5c67b04b
--- /dev/null
+++ b/.gitsecret/keys/pubring.kbx
Binary files differdiff --git a/.gitsecret/keys/pubring.kbx~ b/.gitsecret/keys/pubring.kbx~
new file mode 100644
index 000000000000..c0a748ce2c37
--- /dev/null
+++ b/.gitsecret/keys/pubring.kbx~
Binary files differdiff --git a/.gitsecret/keys/trustdb.gpg b/.gitsecret/keys/trustdb.gpg
new file mode 100644
index 000000000000..369485be0624
--- /dev/null
+++ b/.gitsecret/keys/trustdb.gpg
Binary files differ