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.
This commit is contained in:
William Carroll 2020-08-20 11:53:14 +01:00
parent 4d8ce34a7e
commit cbaf74de0e
5 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View file

@ -31,3 +31,5 @@ node_modules/
/configs/.config/fish/fish_variables
/website/blog/public/
/emacs/.emacs.d/tramp
.gitsecret/keys/random_seed
!*.secret

BIN
.gitsecret/keys/pubring.kbx Normal file

Binary file not shown.

Binary file not shown.

BIN
.gitsecret/keys/trustdb.gpg Normal file

Binary file not shown.

View file