-
Notifications
You must be signed in to change notification settings - Fork 509
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
🌱 Add Chromium project dependencies to automated scanning #4476
Conversation
e26c18f
to
0495356
Compare
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.
The additions LGTM, but please fix the DCO on your commit:
https://github.com/ossf/scorecard/pull/4476/checks?check_run_id=35097128375
Signed-off-by: Rachael Newitt <[email protected]>
0495356
to
14bee9a
Compare
DCO fixed, 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.
Thanks @renewitt!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4476 +/- ##
==========================================
+ Coverage 66.80% 68.47% +1.67%
==========================================
Files 230 246 +16
Lines 16602 18427 +1825
==========================================
+ Hits 11091 12618 +1527
- Misses 4808 4983 +175
- Partials 703 826 +123 |
What kind of change does this PR introduce?
Updates the list of projects configured for scanning to include third party open source dependencies used by the Chromium project.
What is the current behavior?
Only a subset of eligible open source projects used by Chromium as third party dependencies are scanned.
Which issue(s) this PR fixes
NONE
Does this PR introduce a user-facing change?