You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 easy.
The text was updated successfully, but these errors were encountered:
you can run agebox verify --no-decrypt this will return a non 0 exit code so if you create a git pre-commit hook with this it should prohibit commits with unencrypted but tracked files
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 easy.The text was updated successfully, but these errors were encountered: