terramate-io / terramate

Terramate CLI is an open-source Infrastructure as Code (IaC) Orchestration and Code Generation tool for Terraform, OpenTofu and Terragrunt.
https://terramate.io
Mozilla Public License 2.0
3.12k stars 85 forks source link

feat: add gpg signing for all packages #1769

Closed RocketRene closed 1 week ago

RocketRene commented 1 week ago

Reason for Changes

closes #1759

The primary reason for these changes is to enhance the security of our release process. By signing our artifacts with a GPG key, we provide a layer of verification that ensures the artifacts have not been tampered with and are indeed from our organization.

Impact of Changes

These changes will make our releases more secure and trustworthy. Users can verify the integrity and authenticity of our artifacts using the provided signatures. This is particularly important for open-source projects where trust is paramount.

This PR represents a significant step forward in securing our software delivery process, and I look forward to any feedback or suggestions for further improvements.