git-secret
git-secret copied to clipboard
:busts_in_silhouette: A bash-tool to store your private data inside a git repository.
Current: https://packages.debian.org/sid/git-secret , which currently has 0.2.3 I think a bug report like this needs to be filed on debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887465 See also the original request for git-secret in debian:...
I have setup bashdb and visual studio code on my macbook to be able to step through the code to debug it. I have created a gist that outlines how...
What are the steps to reproduce this issue? ------------------------------------------- 1. Add a pre commit hook as per documentation: .git/hooks/pre-commit ``` git secret changes | grep "+++" if [ $? -eq...
Hi, I'm using [sops](https://github.com/mozilla/sops) in several projects and I've searched how to integrate it with git. For the moment I'm only using gpg encryption with sops so it made sense...
We should make sure we've fixed all the issues mentioned here: https://lintian.debian.org/full/[email protected]#git-secret_0.2.3-1 As per #312 'get git-secret updated in debian' Edit: See also https://wiki.debian.org/UpstreamGuide
If any parent directory of the directory used to perform the `git-secret` tests contains a git repo's `.git` directory, the tests will unexpectedly fail.
There are great articles on the internet about `git-secret`! I guess, it would be awesome to list them somewhere in the docs or in wiki pages: - https://medium.com/@GeorgiosGoniotakis/how-to-keep-your-repositorys-sensitive-data-secure-using-git-secret-c1ddc28cb985 - https://www.digitalocean.com/community/tutorials/an-introduction-to-managing-secrets-safely-with-version-control-systems...
There is a note in the git-secret-hide docs that all the files should be hidden all the time to prevent the committed keys having changed but the files not having...
It would be nice if git-secret supported short and long command-line options, such as --verbose instead of -v and --preserve instead of -P. Support for long-form command line options also...
Can we do something safer to stop the gpg-agent ? Currently in the tests, we do this (excerpted): ```` ... ps -wx -U "$username" | gawk '/gpg-agent --homedir/ { if...