-
Notifications
You must be signed in to change notification settings - Fork 71
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
Using this action getting error #154
Comments
Thanks for the report. We've seen this error before and thought it was fixed. Could you:
Thanks for your patience! |
Hello @laurentsimon |
some questions to help me try to reproduce the problem:
|
@laurentsimon 3.- all Note: our GitHub Enterprise Cloud is with EMU (Enterprise Managed User) ** Could be this problem that not allow public? |
AFAIK, GitHub Enterprise repositories use a different API endpoint (see ossf/scorecard#660). If this is the case here, the failures are happening because Scorecard only queries the default API endpoint. The easiest way to confirm this is to run Scorecard CLI on your repo:
It should be a simple refactoring to update the API URL we query. Let us know if this is really the issue and we can figure out how to prioritize supporting enterprise customers. As always, any PRs/contributions are very helpful and much appreciated. |
closing this due to inactivity. For tracking Scorecard support on Enterprise GH servers please use ossf/scorecard#660 |
name: Scorecards supply-chain security
on:
Only the default branch is supported.
branch_protection_rule:
schedule:
# Weekly on Saturdays.
- cron: '30 1 * * 6'
push:
branches: [ master ]
Declare default permissions as read only.
permissions: read-all
jobs:
analysis:
name: Scorecards analysis
runs-on: ubuntu-latest
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write
actions: read
contents: read
The text was updated successfully, but these errors were encountered: