Disable the scorecard analysis run temporarily#5808
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5808 +/- ##
==========================================
- Coverage 86.19% 84.81% -1.39%
==========================================
Files 60 60
Lines 18729 18732 +3
==========================================
- Hits 16144 15888 -256
- Misses 2585 2844 +259 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mtfriesen
left a comment
There was a problem hiding this comment.
This is unlikely to get traction any time soon, and doesn't provide clear value to our customers or the community, even when it works.
Let's cut the work item and delete the yaml.
|
@copilot Remove the scorecard analysis completely, cleaning up after yourself. |
|
While trying to get a better idea whether this is a problem to remove fully, I saw the doc seems to say the token is needed only for a corner case: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Maybe just deleting it will fix it. Otherwise, we can delete the workflow: scanning happens anyway, the action helps the maintainer of ossf to spend less resources. |
Description
The Scorecard analysis workflow systematically fails because of an error 401. It generates noise and makes it harder to check if something else went wrong in the CI run: the main branch always shows a failed status (https://github.com/microsoft/msquic/commits/main/).
This PR disable the run.
Fixing the permission is already tracked by #5479
Testing
CI
Documentation
N/A