You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since there was no recent activity I have decided to take my shot at the issue. I must admit however that GitHub actions turned out to feel slightly overwhelming to me. My attempt can be found here: https://github.com/Adhalianna/cargo-auditable-action
I believe it should be functional but I would need to learn a little bit more about workflows to create myself a good test case (haven't figured out how to get the files out of them). According to GitHub's documentation about actions it is best to keep them in a separate repository so if this was to be accepted as good enough I would recommend forking it under rust-secure-code.
cargo dist has added support for cargo auditable in git, but has not published a release with it yet. I'll wait till they actually ship it and then close this.
As suggested by @pinkforest, it would be great to have a "publish auditable binary" Github action that builds the binaries with
cargo auditable
.Ideally people should be able to use as a drop-in replacement for an existing Publish action.
The text was updated successfully, but these errors were encountered: