git-secret icon indicating copy to clipboard operation
git-secret copied to clipboard

:busts_in_silhouette: A bash-tool to store your private data inside a git repository.

Results 126 git-secret issues
Sort by recently updated
recently updated
newest added

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:...

help wanted
build test release

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...

enhancement
documentation

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...

enhancement

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...

enhancement

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

help wanted
build test release

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.

bug

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...

enhancement
help wanted
documentation

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...

enhancement
help wanted

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...

enhancement
help wanted
command-line options

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...

help wanted
question