-
Notifications
You must be signed in to change notification settings - Fork 498
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
The 'allowsDeletions' field requires one of the following scopes: ['public_repo'] #3427
Comments
|
We should get a consistent recommendation across our repos. For other alternatives, you can read about:
Note: We're hoping to get rid of the need for all this by supporting repository rules: (#3326 which is being implemented in #3354) |
What error do you get when the |
@raghavkaul I know Scorecard won't delete packages. I think it should be the issue of Github PAT. Now I try to reproduce this problem, it seems not as same as what occured at that time. Maybe it has been fixed by Github. Now, just check |
I build scorecard with the latest commit: b0a96fe
I run the command with
./scorecard --checks CII-Best-Practices,Branch-Protection,License,Vulnerabilities,Dangerous-Workflow,Token-Permissions,Code-Review,Packaging,Security-Policy,Signed-Releases,Dependency-Update-Tool,Pinned-Dependencies,Fuzzing,Binary-Artifacts,SAST,Maintained,CI-Tests,Contributors --format json --repo https://github.com/open-telemetry/opentelemetry-cpp
The result is given normally except the following error:
Why the
allowsDeletions
permission is needed to check the ProtectedBranches in the GithubToken?The text was updated successfully, but these errors were encountered: