-
Notifications
You must be signed in to change notification settings - Fork 0
PR Scanning
Caspian-Explorer edited this page Mar 12, 2026
·
1 revision
Scan only the files changed on your current branch compared to main or master.
- Switch to your feature branch
- Open the Command Palette (
Ctrl+Shift+P) - Run
Caspian Security: Scan Branch Changes (PR Scope)
- Detects the base branch (
mainormaster) - Finds the merge-base (where your branch diverged)
- Lists all files changed since the merge-base (
git diff --name-only) - Filters to supported language files
- Scans only those files
- Shows results with the branch name in scan metadata
- Focused feedback — see only issues relevant to your changes
- Faster scans — skip unchanged files
- PR review ready — know exactly what security issues your PR introduces
- Must be on a feature branch (not
mainormaster) - Git must be available in the workspace
- The base branch (
mainormaster) must exist locally
Caspian Security
Run Anywhere
Features
Reference