Join us

ContentUpdates and recent posts about pre-commit..
Story
@laura_garcia shared a post, 4 days, 15 hours ago
Software Developer, RELIANOID

Strengthen Your MFA with Google Authenticator and RELIANOID

🔐 Strengthen Your MFA with Google Authenticator and RELIANOID At RELIANOID, we take authentication seriously. We've just published a new technical guide on how to integrate Google Authenticator into the RELIANOID MFA Portal, using Active Directory or LDAP to manage user secrets. ✅ Understand TOTP vs..

2FA with AD_LDAP and Google Authenticator
 Activity
@roock started using tool Terraform , 1 week ago.
 Activity
@roock started using tool Python , 1 week ago.
 Activity
@roock started using tool Puppet , 1 week ago.
 Activity
@roock started using tool PostgreSQL , 1 week ago.
 Activity
@roock started using tool NixOs , 1 week ago.
 Activity
@roock started using tool Nginx , 1 week ago.
 Activity
@roock started using tool HAProxy , 1 week ago.
 Activity
@roock started using tool GitLab CI/CD , 1 week ago.
 Activity
@roock started using tool GitLab , 1 week ago.
pre-commit is an open source framework that makes it easy to install, manage, and run Git hooks across any programming language. Developers define their hooks in a simple YAML configuration file, and pre-commit handles environment isolation, version pinning, and consistent execution. It supports code formatting, linting, security checks, secret scanning, and custom scripts. Teams use it to enforce code quality and security rules before code is committed, reducing noise in CI pipelines and improving overall code hygiene. Its lightweight design and broad ecosystem of community hooks make it one of the most widely adopted tools for source control automation.