gitleaks
Verified for current stable LTS
Gitleaks Command: Scan Local Directory
Use for scan local directory with Gitleaks. Exact CLI syntax to scan local directory using Gitleaks.
When to use this: Use for scan local directory with Gitleaks.
Command Syntax
gitleaks detect -s <path/to/repository> gitleaks detect -s <path/to/repository> Command Breakdown
-s- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to scan local directory using Gitleaks.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Gitleaks Command: Display Verbose Output
gitleaks protect --staged --verbose Gitleaks Command: Output Scan Results To Json gitleaks detect -s <path/to/repository> --report <path/to/report.json> Gitleaks Command: Scan Remote Repository gitleaks detect --repo-url {https://github.com/username/repository.git} Gitleaks Command: Scan Uncommitted Changes Before Commit gitleaks protect --staged Gitleaks Command: Start Scanning From Specific Commit gitleaks detect -s <path/to/repository> --log-opts <--since=commit_id>