Skip to content
Compare
Choose a tag to compare
@BD103 BD103 released this 16 Aug 20:11
· 47 commits to main since this release

This release adds support for artifact attestations for prebuilt cargo-sweep binaries, meaning:

  • All prebuilt binaries now have attestations made for them using actions/attest-build-provenance.
    • You can view these attestations here.
  • After downloading prebuilt binaries, this action will now run gh attestation verify to ensure the downloaded cargo-sweep was truly built by this repository.
    • If verification fails, cargo-sweep will not be run.

Full Changelog: v1.0.0...v1.1.0