about summary refs log tree commit diff
path: root/.gitsecret/keys/trustdb.gpg
AgeCommit message (Collapse)AuthorFilesLines
2020-08-20 Setup git-secretWilliam Carroll1-0/+0
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.