feat(cmd): wire --enable-db-cache into scan and ci commands#650
Closed
shivasurya wants to merge 1 commit intoshiva/pr-09-incremental-cachefrom
Closed
feat(cmd): wire --enable-db-cache into scan and ci commands#650shivasurya wants to merge 1 commit intoshiva/pr-09-incremental-cachefrom
shivasurya wants to merge 1 commit intoshiva/pr-09-incremental-cachefrom
Conversation
Exposes the incremental SQLite analysis cache (from PR-09) on the two most commonly used commands. The flag is experimental and opt-in. pathfinder scan --project . --rules ./rules --enable-db-cache pathfinder ci --project . --ruleset cpf/go --enable-db-cache Cache is opened per-project, errors are logged as warnings (non-fatal) so the flag degrades gracefully if the cache directory is not writable. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
SafeDep Report SummaryNo dependency changes detected. Nothing to scan. This report is generated by SafeDep Github App |
Code Pathfinder Security ScanNo security issues detected.
Powered by Code Pathfinder |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## shiva/pr-09-incremental-cache #650 +/- ##
================================================================
Coverage ? 84.34%
================================================================
Files ? 165
Lines ? 24403
Branches ? 0
================================================================
Hits ? 20582
Misses ? 3033
Partials ? 788 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Owner
Author
|
Consolidated into PR #649 — scan/ci wiring was needed there to keep the build passing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Exposes the incremental SQLite cache (PR-09) on the two most commonly used commands.
shiva/pr-09-incremental-cache)🤖 Generated with Claude Code