-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Any plan to support other platforms? #2117
Comments
Hi @wenhao2017 currently this project is focused on GitHub for the time being. We do have the sister project for verification https://github.com/slsa-framework/slsa-verifier where we'd be interested in supporting verification for more CI platforms. |
I'll also just add that our work here depends on some key API primatives that GitHub Actions hosted runners provides for us: jobs that run in separate VMs which allows us to separate "untrusted" builds from the "trusted" SLSA provenance generation. If other platforms supported something like that we could look into supporting them in a similar way to how we support GitHub Actions (though I suspect it would need to be a completely separate project). Right now most other CI platforms don't really have a similar solution that we can build on. Here are a few other links to GitLab related SLSA work that is ongoing:
|
Released in npm 6.7.2 npm/cli#6526 |
I think you mean npm 9.7.2 |
We do have planes to support verification in slsa-framework/slsa-verifier#593 |
lol yeah, copy paste for the win, still better than typos or a dreaming ChatBot with 2 years old version numbers 🙈 😆 |
Hi, folks.
Now generator only supports github.
Do we have any plans to support other platforms? such as gitlab, gitee
The text was updated successfully, but these errors were encountered: