Skip to content
Compare
Choose a tag to compare
@BD103 BD103 released this 21 Aug 01:55
· 39 commits to main since this release

This is a small feature-full release that includes:

  • cargo-sweep is now installed to ~/.cargo/bin instead of the target folder, mimicking cargo install's default behavior.
  • GH_TOKEN is now removed from the environment after it is no longer needed, so that spawned processes other than the intended gh attestation cannot access it.
    • This is a preemptive measure, and not likely nor easy to exploit.
  • An increase in information being logged to the terminal, improving diagnostics and providing a peak into the internals of this action.
  • General improvements to code quality, organization, and documentation.

Full Changelog: v1...v1.2.0