Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git crypt sometimes fails #75

Open
gladykov opened this issue Oct 9, 2024 · 2 comments
Open

Git crypt sometimes fails #75

gladykov opened this issue Oct 9, 2024 · 2 comments

Comments

@gladykov
Copy link

gladykov commented Oct 9, 2024

We use git crypt and it works properly in Github actions. But with this action it (sometimes) fails:

"git-crypt" clean: line 0: git-crypt: not found
error: external filter '"git-crypt" clean' failed 127
error: external filter '"git-crypt" clean' failed
fatal: mmc/test/pats.ts: clean filter 'git-crypt' failed

Full log:
log.txt

As it is not 100% reproducible, hard to tell why. But I suspect that adding git-crypt here https://github.com/planetscale/ghcommit-action/blob/main/Dockerfile could help.

Let me know if you would be open for PR.

@joemiller
Copy link
Member

joemiller commented Oct 9, 2024

I'm not familiar with git-crypt. The base image we use pulls apk packages from the upstream wolfi-os distro. I don't see a git-crypt package available there, however - https://github.com/wolfi-dev/os. First step might be to submit a git-crypt package definition to wolfi.

@gladykov
Copy link
Author

gladykov commented Oct 9, 2024

Thx! Will try there and see how it will go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants