# Quick Start / 官方入口

项目：gitleaks/gitleaks

## 官方安装入口

### Docker · 官方安装入口

```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
```

来源：https://github.com/gitleaks/gitleaks#readme

## 来源

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