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

scorecard analysis fails on forks with a different default branch #1434

Open
jsoref opened this issue May 16, 2024 · 0 comments
Open

scorecard analysis fails on forks with a different default branch #1434

jsoref opened this issue May 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jsoref
Copy link
Contributor

jsoref commented May 16, 2024

https://github.com/jsoref/codecov-action/actions/runs/9114773174

https://github.com/jsoref/codecov-action/actions/runs/9114773174/job/25059520896#step:4:539

2024/05/16 15:10:22 creating scorecard entrypoint: validating options: only default branch is supported

The guard for this would be:

if: github.repository.default_branch == 'main'
@thomasrockhu-codecov thomasrockhu-codecov added the bug Something isn't working label May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants