Created
June 17, 2025 09:39
-
-
Save stephankoelle/d38347acdae68f4dde2cba1ccf920725 to your computer and use it in GitHub Desktop.
scan for leaked secrets / credentials in git using just a container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run -v $(pwd):/path ghcr.io/gitleaks/gitleaks:latest dir /path -r /path/report.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment