agebox icon indicating copy to clipboard operation
agebox copied to clipboard

Age based repository file encryption gitops tool

Results 46 agebox issues
Sort by recently updated
recently updated
newest added

Bumps golang from 1.18.1-alpine to 1.19.0-alpine. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.18.1-alpine&new-version=1.19.0-alpine)](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

Bumps golang from 1.18.1 to 1.19.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.18.1&new-version=1.19.0)](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

Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0. Commits f8bf765 Merge pull request #1343 from sirupsen/dbd-upd-dep ebc9029 update dependencies 56c843c Merge pull request #1337 from izhakmo/fix-cve 41b4ee6 update gopkg.in/yaml.v3 to v3.0.1 f98ed3e...

dependencies
go

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...

dependencies
go

I use this workflow (i use a command from my **Makefile** (see bellow) ) - git checkout/pull project - unlock all files with `make secret-unlock` - work on my project...

I wish to say thanks a lot to maintainers for a very promising project, that solves a very common problem via something easy-to-understand non-complex concepts, I enjoyed a lot to...

`git-crypt` can be used as a filter to automatically encrypt on commit. Is there any approach like this with agebox? It feels like the current workflow makes committing secrets quite...

When given a public key created with the [`age-plugin-yubikey`](https://github.com/str4d/age-plugin-yubikey) plugin, agebox refuses to encrypt for it: ``` WARN[0000] Could not load public key: invalid public key key=keys/charles.age svc=storage.fs.KeyRepository version=0.6.1 ```...

Bumps [xresloader/upload-to-github-release](https://github.com/xresloader/upload-to-github-release) from 1.3.3 to 1.3.4. Release notes Sourced from xresloader/upload-to-github-release's releases. v1.3.4 CHANGLELOG Update dependencies Fix tag name when updating a existed release Commits a4f893d Merge pull request #35...

dependencies
github_actions

Does `agebox validate`'s "Invalid secret" wording communicate the most useful message to the user? ![image](https://user-images.githubusercontent.com/224508/165261341-7b458f45-9e2e-4bd9-b9c2-ceff2e708248.png) This makes me, An Ops, think that perhaps something's been corrupted in the file. Perhaps...