v5.8.1
What's Changed
- [DIT-13468]: Send scanned path scope in the CLI scan in #156
ditto scannow records which part of your repository it looked at, alongside the git context introduced in v5.8.0. Scanning a repository root is recorded as covering the whole repository; scanning a single directory is recorded as covering only that directory.- This lets Ditto tell the difference between a string that was removed from your code and a string that simply wasn't part of the scan. Re-scanning one directory no longer implies anything about the rest of the repository.
- As before, this reads your local
gitonly, makes no additional network calls, and uses no credentials. Scanning outside a git repository is unchanged.
Full Changelog: v5.8.0...v5.8.1