Immutable releases are now generally available on GitHub
github.blog·9h·
Discuss: Hacker News
Flag this post

GitHub releases now support immutability, adding a new layer of supply chain security. With immutable releases, assets and tags are protected from tampering after publication, so the software you publish—and your users consume—remains secure and trustworthy.

About immutable releases

Immutable releases offer:

  • Immutable assets: Once you publish a release as immutable, its assets can’t be added, modified, or deleted. This helps protect distributed artifacts from supply chain attacks.
  • Tag protection: Tags for new immutable releases are protected and can’t be deleted or moved.
  • Release attestations: Immutable releases receive signed attestations so you can easily verify the authenticity and integrity of assets, both on GitHub and in exte…

Similar Posts

Loading similar posts...