-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
Bug: Error on SBOM import #3873
Comments
Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label. To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please comment on this issue. For full info on how to contribute, please check out our contributors guide. |
re: @bdougie When clicking the upgrade from the modal, it takes you to the workspace settings since it has the option, not the repository insight settings. The fact that the insight settings are gated behind an upgrade is confusing via the UI. You can get around this by changing the URL directly from
|
I'll get a fix in on the API side for the repository import. The repository URL for the one that caused the failure is https://github.com/mozilla/eslint-plugin-no-unsanitized/issues |
@zeucapua Yea, they should be able to edit the repository insight if only to be able to delete it even if they are over the overall repository limit. |
Fixed parsing of the repository full names in the API for SBOM generation |
Describe the bug
When building an SBOM for nasa/open. Because I am importing for an SBOM, there 70+ repos and no indication of what is failing.
Failed on "eslint-plugin-no-unsanitized/issues"
Steps to reproduce
My suggestion is skipping the repos that error and let the user know it was skipped, but allow the insight to be created.
The insight does get created despite the error, and filled with unrelated repos. Note the three instances of them while I was trying to triage.
The text was updated successfully, but these errors were encountered: