gitleaks
Verified for current stable LTS
Gitleaks Command: Output Scan Results Json
Use for output scan results json with Gitleaks. Exact CLI syntax to output scan results json using Gitleaks.
When to use this: Use for output scan results json with Gitleaks.
Command Syntax
gitleaks detect -s <path/to/repository> --report <path/to/report.json> gitleaks detect -s <path/to/repository> --report <path/to/report.json> Command Breakdown
-s- Command Option
- Tool-specific option used by this command invocation.
--report- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to output scan results json 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 From Specific Commit gitleaks detect -s <path/to/repository> --log-opts <--since=commit_id> Gitleaks Command: Scan Local Directory gitleaks detect -s <path/to/repository> Gitleaks Command: Scan Remote Repository gitleaks detect --repo-url {https://github.com/username/repository.git}