# Quick Start / Official Entry

Project: gitleaks/gitleaks

## Official Install Entry

### Docker - Official install entry

```bash
docker run -v ${path_to_host_folder_to_scan}:/path zricethezav/gitleaks:latest [COMMAND] [OPTIONS] [SOURCE_PATH] # Docker (ghcr.io) docker pull ghcr.io/gitleaks/gitleaks:latest docker run -v ${path_to_host_folder_to_scan}:/path ghcr.io/gitleaks/gitleaks:latest
```

Source: https://github.com/gitleaks/gitleaks#readme

## Sources

- repo: https://github.com/gitleaks/gitleaks
- docs: https://github.com/gitleaks/gitleaks#readme
