diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-20T10·53+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-20T10·53+0100 |
commit | cbaf74de0e7b85c40a4a537fadad653b7c825aaf (patch) | |
tree | 28e22d65ae9e07de568693b0cd12c07102c923fd /.gitignore | |
parent | 4d8ce34a7ec4b5cc21fcbe1e132322eb868817cd (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 '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e7ee823e5b52..911fce1053c1 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,5 @@ node_modules/ /configs/.config/fish/fish_variables /website/blog/public/ /emacs/.emacs.d/tramp +.gitsecret/keys/random_seed +!*.secret |