-
Notifications
You must be signed in to change notification settings - Fork 102
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
Add a packaging workflow #664
Comments
This seems to be a false positive detection, as we have packaging workflow to DockerHub, the OpenSSF tool is simply not capable to recognize it, as mentioned in its description. Refactoring the workflow to use e.g. the |
We can also support other packaging formats, for example building a |
@wbqpk3 Yes, the conclusion there was to either support Snap and / or AppImage. Snap is widely used and even preinstalled in many Linux distributions. AppImage does not require sudo permissions on the other hand. I would still suggest to go this way, as with these tools we could reach much greater OS distribution coverage compared to creating a DEB package. |
Yes, Snaps can cover many more distributions. What I'm not sure about is their speed and efficiency compared to DEB packages built for a specific platform (e.g. Ubuntu). Anyway, I will also consider Snaps as well. If we can support more formats, the better. |
I will close this as a duplicate, as for binary release packaging, we already had an issue (#478). |
See the OpenSSF security test (#659).
The text was updated successfully, but these errors were encountered: