-
Notifications
You must be signed in to change notification settings - Fork 515
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
🌱 GitLab: Add log message #3319
Conversation
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.
Is this something we want in the results? Or just when running the CLI? If it's the latter, we can probably do this in the CLI somewhere and take it out easily once the issue is fixed.
Signed-off-by: Raghav Kaul <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3319 +/- ##
===========================================
- Coverage 72.83% 61.46% -11.37%
===========================================
Files 173 173
Lines 12686 12694 +8
===========================================
- Hits 9240 7803 -1437
- Misses 2941 4464 +1523
+ Partials 505 427 -78 |
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.
Can we add a TODO comment with tracking issue?
Note: this can run multiple times, but not sure pushing the error deeper can be done as easily as right here
SCORECARD_EXPERIMENTAL=1 go run main.go --repo gitlab.com/ossf-test/scorecard-archived-project --commit 240e1fbc4c4ea614527c59f453bf54107d8833f2
...
Scorecard may be missing merge requests when running on non-HEAD of a GitLab repo. Code-Review scores may be lower.
Scorecard may be missing merge requests when running on non-HEAD of a GitLab repo. Code-Review scores may be lower.
Scorecard may be missing merge requests when running on non-HEAD of a GitLab repo. Code-Review scores may be lower.
Scorecard may be missing merge requests when running on non-HEAD of a GitLab repo. Code-Review scores may be lower.
...
* log once * todo Signed-off-by: Raghav Kaul <[email protected]>
* log msg Signed-off-by: Raghav Kaul <[email protected]> * address pr comments * log once * todo Signed-off-by: Raghav Kaul <[email protected]> --------- Signed-off-by: Raghav Kaul <[email protected]> Signed-off-by: Allen Shearin <[email protected]>
What kind of change does this PR introduce?
Adds log message when GitLab is running on non-HEAD that scores may be inaccurate.
Which issue(s) this PR fixes
Temporary warning #3193 to unblock release.