Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
GitLeaks — Containerized secret scanning tool that detects exposed credentials, API keys, and tokens in Git repositories using regex and entropy-based detection, designed for local workflows and CI/CD pipelines. | Kitploit
Tools/GitLabGitLab/niclas-zone/ctr/gitleaks
Container SecurityCode AnalysisDevSecOpsSecret Detection
GitLabniclas-zone/ctr/gitleaks

GitLeaks

Containerized secret scanning tool that detects exposed credentials, API keys, and tokens in Git repositories using regex and entropy-based detection, designed for local workflows and CI/CD pipelines.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
1 month agoNot yet reviewed

GitLeaks Container Image

Opinionated gitleaks build for secret scanning in local workflows and pipelines.

Features

  • Builds gitleaks from the tagged upstream source with pinned Go toolchains for reproducible binaries.
  • GitLab CI Component at niclas-zone/ci/gitleaks.

Usage

Pull the image

root@kitploit:~
podman pull registry.gitlab.com/niclas-zone/ctr/gitleaks:latest

Run a scan

root@kitploit:~
podman run --rm \
  -v $(pwd):/repo \
  -w /repo \
  registry.gitlab.com/niclas-zone/ctr/gitleaks:latest \
  detect --source . --verbose

GitLab CI snippet

root@kitploit:~
secret-detection:
  image: registry.gitlab.com/niclas-zone/ctr/gitleaks:latest
  script:
    - gitleaks detect --source . --verbose

Author

Niclas Heinz

Contributing

Contributions are welcome! Please open an issue or submit a merge request if you have suggestions or improvements.

License

This project is licensed under the MIT License. See LICENSE for details.

Download Tool