Skip to content

Add incremental scanning and config file support - #4

Merged
nobuo-miura merged 1 commit into
mainfrom
3-add-incremental-scanning-and-configuration-file-support
Jul 20, 2026
Merged

Add incremental scanning and config file support#4
nobuo-miura merged 1 commit into
mainfrom
3-add-incremental-scanning-and-configuration-file-support

Conversation

@nobuo-miura

Copy link
Copy Markdown
Owner
  • Add --staged and --source=staged for scanning staged changes
  • Add --source=worktree for scanning uncommitted changes to tracked files
  • Add --since for incremental history scans
  • Add --commit-range for scanning a specific commit range
  • Support .secretlens.yml and .secretlens.yaml
  • Ensure explicitly passed CLI flags take precedence over configuration values
  • Add global exclusion patterns through exclude
  • Resolve relative paths from the configuration file’s directory
  • Prevent auto-detected configurations from controlling the output path
  • Exclude Slack webhook URLs from configuration files
  • Support worktree scans before the first commit
  • Return [] instead of null when JSON output contains no findings
  • Update the English and Japanese documentation
  • Add tests for the new behavior

@nobuo-miura nobuo-miura self-assigned this Jul 20, 2026
@nobuo-miura nobuo-miura linked an issue Jul 20, 2026 that may be closed by this pull request
@nobuo-miura
nobuo-miura merged commit 8977117 into main Jul 20, 2026
1 check passed
@nobuo-miura
nobuo-miura deleted the 3-add-incremental-scanning-and-configuration-file-support branch July 20, 2026 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add incremental scanning and configuration file support

1 participant