omnibor / omnibor-rs

Reproducible identifiers & fine-grained build dependency tracking for software artifacts.
https://omnibor.io
Apache License 2.0
19 stars 9 forks source link

feat(dist): udpate to 0.16, enable github attestations #183

Closed ashleygwilliams closed 3 months ago

ashleygwilliams commented 3 months ago

This change updates the cargo-dist version and then enables the Github Artifact Attestations feature

alilleybrinker commented 3 months ago

Amazing! Also wow we were super out of date on our cargo-dist version. Thanks! Looks like the only thing you're missing is the DCO signoff on the commit. The following should solve it from the dev branch you're using:

$ git rebase HEAD~1 --signoff
$ git push --force-with-lease origin dist-16

Thanks @ashleygwilliams!