-
Notifications
You must be signed in to change notification settings - Fork 48
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
[question] Feedback on Node.js builder #277
Comments
Hello @ianlewis , thanks for reaching out and thank you for contributing & maintaining such an awesome framework/tool for us to achieve security best practices. we started using recently and it's been going great for us. I recently added slsa to on our private repo as well. Couple of things i observed
Thanks. We initially used lerna to automate the whole build, release process by automatic tags in git. In recent days we are managing git flow outside of lerna we are looking at using your publish action we should be soon transitioning to it.... ( just thinking about flexibility of publishing RC releases on demand & publishing "stable" releases automatically everytime there is a non-rc tag. |
Thanks! and thank you for trying it out!
Ah yes. We're looking at ways to support it properly. In your use case you're just building to verify the project actually builds before merging the PR?
We have been looking to allow users to pass a different
Cool. We do have an issue for this: slsa-framework/slsa-github-generator#1982
Awesome! I hope to write some docs for lerna specifically soon so it should be easier for folks who use it. |
Thank you for taking time to respond.
Yep that is correct.
💯 agree. I did realize that was the basis of the design on why only
That is true, we are hoping once we transition to slsa publish action we should be able to leverage provenance flags directly during publish. |
That isn't to say we can't do it. It just means it requires a bit more thought on our part to make sure. It's a good suggestion so we'll definitely look into it. |
Hi! We noticed you were using the SLSA Node.js builder. Really great job using it, you seem to have understood it well! 👍
We were wondering how it was going and if there was any feedback you could provide so we could address it during the beta.
I noticed from your
publish.yml
that you were usingyarn
orlerna
. I was wondering if anything was blocking you from using thepublish
action described in the Node.js builder's getting started docs? I'm curious about the choice of usinglerna
and if we couldn't support it better.The text was updated successfully, but these errors were encountered: