-
Notifications
You must be signed in to change notification settings - Fork 511
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
✨ Feature DependencyDiff CLI (Version 0 Part 1) #2030
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2030 +/- ##
=======================================
Coverage 50.56% 50.56%
=======================================
Files 87 87
Lines 7202 7202
=======================================
Hits 3642 3642
Misses 3315 3315
Partials 245 245 |
Integration tests success for |
Integration tests success for |
Integration tests success for |
Integration tests success for |
Integration tests success for |
Integration tests success for |
Integration tests success for |
Tha.7 |
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.
I have yet to see my videos
Integration tests success for |
Integration tests success for |
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!
thank u so much! |
Integration tests success for |
Integration tests success for |
Integration tests success for |
Integration tests success for |
What kind of change does this PR introduce?
This PR introduces the v0, p1 of the design Dependency-diff CLI,
including definitions of structures
Dependency
,Vulnerability
andScorecardResult
;What is the current behavior?
The current Scorecard Action only reports the Scorecard results for the repository under analysis. This design will surface Scorecard results for the arriving dependencies in new pull requests.
What is the new behavior (if this is a feature change)?**
Since this PR only includes static definitions of structures, no new behaviors are introduced. However, with Version Zero of the feature, users can use the CLI to surface the scorecard results (aggregate scores) for the dependency diffs (changes) between a user-specified head commit and a base commit in different output format.
Part1 does not include functions and APIs. Tests will be added in incoming parts.
Which issue(s) this PR fixes
issue #2008.
Special notes for your reviewer
Does this PR introduce a user-facing change?
No.
(In particular, describe what changes users might need to make in their
application as a result of this pull request.)