-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf: ignored packages should be filtered out before scanning #1206
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1206 +/- ##
==========================================
+ Coverage 65.87% 65.90% +0.03%
==========================================
Files 168 168
Lines 14116 14121 +5
==========================================
+ Hits 9299 9307 +8
+ Misses 4301 4297 -4
- Partials 516 517 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Currently, vulnerabilities in packages that are ignored in the config file are filtered out after the scanning process.
To optimize the scanning process, these packages should be preemptively ignored.