chore: add blank osv scanner config#105
Conversation
|
Warning Review limit reached
Next review available in: 6 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. 📝 WalkthroughWalkthroughBumps several Dependency and security config updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Coverage Report for CI Build 28353649263Warning No base build found for commit Coverage: 27.101%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsRequires a base build to compare against. How to fix this → Coverage Stats
💛 - Coveralls |
cff173a to
9f60ec5
Compare
What
Add a
.osv-scanner.tomlso the localmake scan/ pre-commit hook stops erroring.Why
make scan(and theosv-scannerpre-commit hook) passes--config ./.osv-scanner.toml, but the file was never committed — so the hook fails withconfig file not foundfor anyone touchinggo.mod/go.sum. The dependency vulns that were also flagged have since been resolved by Renovate's now-merged PRs, so this PR is just the config file.Testing
make scan→ No issues found.Notes for reviewers
The config is an empty allowlist (commented
[[IgnoredVulns]]template), matching the solar repo convention. Note this only affects the local/pre-commit scan — the GitHub OSV-Scanner workflow doesn't use this config.Checklist
Tests added/updatedn/a