Join us

ContentUpdates and recent posts about Gitleaks..
Link
@anjali shared a link, 6 months, 2 weeks ago
Customer Marketing Manager, Last9

Instrumentation: Getting Signals In

See how instrumentation in OpenTelemetry helps track app issues, know the difference between auto and manual methods, and when to use them.

otel_metrics_quarkus
 Activity
@devopslinks added a new tool Syft , 6 months, 2 weeks ago.
 Activity
@kaptain added a new tool KubeLinter , 6 months, 2 weeks ago.
 Activity
@devopslinks added a new tool Grype , 6 months, 2 weeks ago.
 Activity
@kaptain added a new tool Hadolint , 6 months, 2 weeks ago.
 Activity
@varbear added a new tool Bandit , 6 months, 2 weeks ago.
 Activity
@devopslinks added a new tool JFrog Xray , 6 months, 2 weeks ago.
 Activity
@devopslinks added a new tool OWASP Dependency-Check , 6 months, 2 weeks ago.
 Activity
@varbear added a new tool pre-commit , 6 months, 2 weeks ago.
 Activity
@devopslinks added a new tool GitGuardian , 6 months, 2 weeks ago.
Gitleaks is an open source SAST tool built to catch secrets before they leak into source control. It scans Git repositories, commits, and file systems for hardcoded secrets using a combination of regex rules and entropy checks. Developers use it in CI pipelines, pre-commit hooks, and security audits to prevent credential exposure. It is lightweight, easy to integrate, and widely adopted across engineering teams looking to strengthen their DevSecOps posture without slowing down delivery.