https://github.com/dfds/secret-scanner-docker
A dockerized version of gitleaks
https://github.com/dfds/secret-scanner-docker
Last synced: 5 months ago
JSON representation
A dockerized version of gitleaks
- Host: GitHub
- URL: https://github.com/dfds/secret-scanner-docker
- Owner: dfds
- License: mit
- Created: 2022-01-13T11:21:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-18T11:17:41.000Z (9 months ago)
- Last Synced: 2025-09-18T13:34:10.932Z (9 months ago)
- Language: Dockerfile
- Size: 14.6 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Secret Scanner
A Docker image that contains gitleaks from ,
and this image can be used to scan for secrets stored in git commits.
## Usage
```bash
docker run --rm -v $PWD:/src dfdsdk/secret-scanner:tagname
```