Join us

ContentUpdates and recent posts about detect-secrets..
Story
@laura_garcia shared a post, 4 days, 17 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.
Detect Secrets, created by Yelp Engineering, is a Python-based secret scanner designed for large, complex codebases. It uses a plugin architecture to detect high-risk secrets such as API keys, tokens, passwords, and certificates. The tool focuses on false-positive reduction by hashing baseline fingerprints, allowing teams to track only new or changed exposures over time. It integrates with CI pipelines, pre-commit hooks, and enterprise security workflows. Its extensible design and strong baseline mechanism make it popular in large engineering organizations that need scalable, low-noise secret detection.