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

See Occasionally there are situations where it would be useful for people to understand the exit codes gnupg returns, for debugging. Adding these docs to `git-secret` (and `reveal`) docs might...

documentation

Consider adding a -q --quiet flag to git-secret-changes which would output nothing to stdout but set the exit code to 1 if there are any changes and 0 otherwise This...

enhancement
help wanted

Problem: Currently, `git secret init` can be run in a subdirectory of a repo, and it will find the `.git` directory in the current working directory or in any readable...

enhancement
question

What are the steps to reproduce this issue? ------------------------------------------- 1. git secret hide _file_name_ 2. git secret reveal What happens? It is stucked on Enter pashprase and when I hit...

help wanted
documentation

What are the steps to reproduce this issue? ------------------------------------------- 1. In github actions 2. sudo sh -c "echo 'deb https://gitsecret.jfrog.io/artifactory/git-secret-deb git-secret main' >> /etc/apt/sources.list" wget -qO - 'https://gitsecret.jfrog.io/artifactory/api/gpg/key/public' | sudo...

we could first try matching email addresses with ``, and perhaps fallback to old matching ``-less matching (and issue a warning) if we "have" to. Mitigates #268

My gpg key is expiring in due course. I created a new key, with same e-mail address of my expiring one. I want to add my new public key to...

Is .gitsecret/keys/crls.d/ required? Would it be possible to add this file to the gitignore by default when git secret is run? cat .gitsecret/keys/crls.d/DIR.txt v:1:

help wanted
documentation

In https://github.com/sobolevn/git-secret/issues/491#issuecomment-505418594 @bricewge talks about changes he required to import keys from non-default locations > ... adding to git tell the ability to let the user choose how to import...

enhancement
help wanted

As mentioned in #267: if - you are using keys where one user's email address is a substring of another's (for example `[email protected]` and `[email protected]`), then - using `git secret...

bug
enhancement
help wanted