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 https://gitlab.com/explore/catalog/niclas-zone/ci/gitleaks.
Usage¶
Pull the image¶
Run a scan¶
podman run --rm \
-v $(pwd):/repo \
-w /repo \
registry.gitlab.com/niclas-zone/ctr/gitleaks:latest \
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.