Skip to content
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

HTTP 500 error when running the action on ubuntu-24.04 runner #1381

Closed
afuetterer opened this issue May 19, 2024 · 4 comments · Fixed by ossf/scorecard-webapp#637
Closed

Comments

@afuetterer
Copy link

Hi,

I just recently updated a few of my CI workflows to use ubuntu-24.04. I then realized that the scorecard-action (v2.3.3) failed with HTTP 500.

2024/05/17 15:32:14 error sending scorecard results to webapp: http response 500, status: 500 Internal Server Error, error: {"code":500,"message":"something went wrong and we are looking into it."}

2024/05/17 15:32:14 retrying in 1s...
2024/05/17 15:32:16 error sending scorecard results to webapp: http response 500, status: 500 Internal Server Error, error: {"code":500,"message":"something went wrong and we are looking into it."}

2024/05/17 15:32:16 retrying in 3s...
2024/05/17 15:32:19 error sending scorecard results to webapp: http response 500, status: 500 Internal Server Error, error: {"code":500,"message":"something went wrong and we are looking into it."}

2024/05/17 15:32:19 retrying in 10s...
2024/05/17 15:32:29 error processing signature: error sending scorecard results to webapp: http response 500, status: 500 Internal Server Error, error: {"code":500,"message":"something went wrong and we are looking into it."}

See https://github.com/afuetterer/oaipmh-scythe/actions/runs/9129167750/job/25108096361

Is the runner not supported or am I doing something wrong here?

@spencerschrock
Copy link
Member

It's not supported, but only because it's new/beta and we didn't add it yet.
https://github.com/ossf/scorecard-webapp/blob/7af00ace6390e4e3eef8a88a1d6d35f7bfff33ab/app/server/verify_workflow.go#L52-L60

Should be fixed after ossf/scorecard-webapp#637 is merged and deployed to our API. No change will be needed on your end

@afuetterer
Copy link
Author

Thanks for the response, looking forward to it.

@spencerschrock
Copy link
Member

Still need to deploy this to the webapp, so not quite fixed yet

@spencerschrock
Copy link
Member

This is now deployed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants