-
Notifications
You must be signed in to change notification settings - Fork 70
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
Error uploading score data with v2.0.* #1028
Comments
Seems like this is caused by me following best practices and forking the action to my own org. This is not mentioned in the readme! Using the official action makes it work. The readme only mentions this restriction for the actions that are used (which I do use from their source):
So if the requirement also is Additionally, if that is the case then I do would like to discuss the handling of this, since indeed this is overly permissive, not following best practices (forking), and not useable in an Enterprise Server environment (self-hosting the API). If so, I'll follow up in a different issue. |
Yes, that would be helpful. Thanks
Only if you want to publish the results to scorecard API, If the flag is turned off then it shouldn't be an issue.
We need to ensure that the results haven't tampered and that is the reason for not allowing forks. |
@rajbos is this the workflow that failed https://github.com/devops-actions/load-runner-info/blob/main/.github/workflows/ossf-analysis.yml? It seems to be using only the Actions listed above. Is your integration in another workflow? |
Yes it is
Yes it is, but I have reverted back to the official actions. The link to the workflow execution mentioned above leads to a different version of the workflow file, that loaded the action from my fork organization" Linked a new PR to make this explicit in the README. |
I was adding this action to my repo and all uploads with v2 keep on failing.
There for no score is available at all:
Log to the workflow run: link.
The text was updated successfully, but these errors were encountered: