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 https://github.com/sobolevn/git-secret/runs/7564903813?check_suite_focus=true Ends with: ```` checking keyring... downloading required keys... :: Import PGP key 139B09DA5BF0D338, "David Runge "? [Y/n] checking package integrity... :: File /var/cache/pacman/pkg/libcap-2.65-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted...

Some commands, specifically at least `git secret init` and `git secret reveal`, encounter errors when the current directory's path contains any spaces. I personally avoid using spaces in directory names,...

bug

WIP for #135 Currently just shows problem * analysis shows error is happening in `gitignore_add_pattern`'s call to `_gawk_inplace` when running `git-secret-init` * This is output from `bash -x` on `git-secret-init`...

Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 0.2.0 to 0.2.3. Release notes Sourced from vmactions/freebsd-vm's releases. Fix ntpd random issue Update Major release version Please use the major release version v0 instead. Just polish...

dependencies
github_actions

Bumps alpine from 3.16.0 to 3.16.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=alpine&package-manager=docker&previous-version=3.16.0&new-version=3.16.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Here are some other projects that offer apk package registries. Required features: - It must be free (because I cannot pay for any western services, because of the unlawful sanctions)....

What are the steps to reproduce this issue? ------------------------------------------- 1. Start new Alpine instance (`docker run -it alpine:latest`) 2. Follow installation guide at https://git-secret.io/installation#alpine-systems--apk-package What happens? ------------- `apk add --update...

bug
help wanted
build test release

As per #760, we could help users avoid issues when mixing different versions of gnupg on the same repo. @sobolevn suggests writing a '.gitsecret/VERSION file with gpg version', and @FanchenBao...

enhancement
gnupg-interoperation