Skip to content

v5.8.1

Choose a tag to compare

@laurakoye laurakoye released this 24 Aug 15:09
· 3 commits to master since this release
32aa423

What's Changed

  • [DIT-13468]: Send scanned path scope in the CLI scan in #156
    • ditto scan now 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 git only, makes no additional network calls, and uses no credentials. Scanning outside a git repository is unchanged.

Full Changelog: v5.8.0...v5.8.1