kubewarden / kubewarden.io

Kubewarden website
https://kubewarden.io
10 stars 15 forks source link

token permissions #129

Closed raulcabello closed 2 years ago

raulcabello commented 2 years ago

Token permissions (from OpenSSF Scorecard) more info

raulcabello commented 2 years ago

Token permissions could not be checked in the scorecard because of the following error:

internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration

https://github.com/ossf/scorecard-action/issues/856 should fix this issue

raulcabello commented 2 years ago

Token permissions could not be checked in the scorecard because of the following error:

internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration

ossf/scorecard-action#856 should fix this issue

This should already be fixed in v2.0.3 I think we get this error because of a missing permission. This PR should hopefully fix it.