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:
parent
4d8ce34a7e
commit
cbaf74de0e
5 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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
BIN
.gitsecret/keys/pubring.kbx
Normal file
Binary file not shown.
BIN
.gitsecret/keys/pubring.kbx~
Normal file
BIN
.gitsecret/keys/pubring.kbx~
Normal file
Binary file not shown.
BIN
.gitsecret/keys/trustdb.gpg
Normal file
BIN
.gitsecret/keys/trustdb.gpg
Normal file
Binary file not shown.
0
.gitsecret/paths/mapping.cfg
Normal file
0
.gitsecret/paths/mapping.cfg
Normal file
Loading…
Reference in a new issue