-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Upload Code Scanning Sarif results to GitHub #2165
Upload Code Scanning Sarif results to GitHub #2165
Conversation
Add a method to upload Code Scanning Sarif results to Github
Codecov Report
@@ Coverage Diff @@
## master #2165 +/- ##
=======================================
Coverage 97.78% 97.78%
=======================================
Files 112 112
Lines 9976 9989 +13
=======================================
+ Hits 9755 9768 +13
Misses 154 154
Partials 67 67
Continue to review full report at Codecov.
|
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.
We recently switched from reflect
to "github.com/google/go-cmp/cmp"
.
Please do the same here.
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.
Thank you, @ganeshkumarsv , but as written, this code is not going to work.
Once you have addressed all my comments, please actually test out your code using the GitHub API and verify that it works correctly.
@gmlewis Thanks for all the review comments! I think I addressed all of them and tested. Please let me know if anything else needs to be changed. |
addressed the remaining comments. |
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.
Thank you, @ganeshkumarsv !
LGTM.
Awaiting second LGTM (from any other go-github contributor) before merging.
LGTM! |
Thank you, @viveknathani ! |
@gmlewis can we have a new release for go-github? 🙇♂️ |
Yes, I'll work on that today. |
Thank you! 😊 🙇♂️ |
@ganeshkumarsv - this has been released into |
Add a method to upload Code Scanning Sarif results to GitHub