-
-
Notifications
You must be signed in to change notification settings - Fork 515
feat(ubi): add support for self-hosted GitHub/GitLab #4765
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
Conversation
844bbff
to
be3c5bd
Compare
I just gave this a spin this morning with a test binary.
Just adding the UBI forge support is not enough since What i have a hard time with is that |
@jdx Maybe you can shed some light on the concept of options. There is a If i add the following example to my
i get the error
this is due to the fact that Currently to get this working without errors one might need to define the following which IMO is redundant.
|
yeah I think what we should do is probably have tool options include all of the backend opts |
The problem i currently face is the other way around. Under some circumstances (uncached tool) the following code block is called, where Line 41 in 370214d
|
I see. I don't think it would be possible to get the tool options at that point since mise doesn't necessarily have a specific tool when finding the versions. Maybe when we parse the toml we could include the tool options on the backend arg? |
d8cb87e
to
722e45c
Compare
Turned out to be more work than anticipated but it should be working by now. Had to extend |
1f8aa9c
to
bb586b7
Compare
### 🚀 Features - **(aqua)** support SLSA source_uri setting by [@scop](https://github.com/scop) in [#4833](#4833) - **(aqua)** use source tag in SLSA verification by [@scop](https://github.com/scop) in [#4836](#4836) - **(ubi)** add support for self-hosted GitHub/GitLab by [@roele](https://github.com/roele) in [#4765](#4765) ### 📚 Documentation - Update configuration.md by [@jdx](https://github.com/jdx) in [#4829](#4829) - correct `mise use` paths by [@jdx](https://github.com/jdx) in [c8374c0](c8374c0)
Fixes #4749