Sign inSign up

pointlesscode/git-captcha

By pointlesscode

Updated 5 months ago

A Dockerized hook that asks you to prove you’re human before committing questionable code.

Image
Developer tools
0

2.3K

pointlesscode/git-captcha repository overview

About GitCaptcha

A Docker-powered pre-commit hook that forces you to solve a CAPTCHA before every git commit, because apparently pushing questionable code should require proof of consciousness.

Add the following pre-commit hook to your repo

docker run --rm -i pointlesscode/git-captcha:latest < /dev/tty > /dev/tty
EXIT_CODE=$?

exit $EXIT_CODE

Social

.less
Instagram
Twitter
GitHub
DockerHub

License

The project is open-sourced software licensed under the MIT license.

Tag summary

Content type

Image

Digest

sha256:ecb8f92b0

Size

46.1 MB

Last updated

5 months ago

docker pull pointlesscode/git-captcha