chore(scanner): refactor CVSS score mapping#12893
Conversation
|
Skipping CI for Draft Pull Request. |
786b943 to
556a0eb
Compare
556a0eb to
0d7c9d8
Compare
|
Images are ready for the commit at f1255d1. To use with deploy scripts, first |
daynewlee
left a comment
There was a problem hiding this comment.
Only some nits and question.
Should be good to go once all unit tests are passed.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12893 +/- ##
==========================================
- Coverage 48.24% 48.23% -0.02%
==========================================
Files 2441 2441
Lines 175630 175609 -21
==========================================
- Hits 84739 84700 -39
- Misses 84070 84084 +14
- Partials 6821 6825 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
1c82277 to
1f916c0
Compare
|
@RTann: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
1f916c0 to
9f43cb5
Compare
|
I'm going to merge once CI passes, but please feel free to leave more comments here or offline, and we can make a followup |
9f43cb5 to
f1255d1
Compare
Description
This makes changes to the CVSS score mapping in Scanner. This originally started when dealing with merge conflicts in #12452, but as I tried to resolve them, the changes became too much for that PR. So, I created this one.
This PR:
User-facing documentation
Testing and quality
Automated testing
CI