PGP Sign Artifact Action
Version updated for https://github.com/cbrgm/pgp-sign-artifact-action to version v1.0.5.
- This action is used across all versions by 16 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The PGP Sign Artifact Action automates the process of signing files or artifacts with PGP signatures, supporting both a pure Go implementation and system GnuPG as backends. It simplifies secure software distribution by ensuring the authenticity and integrity of artifacts, addressing common challenges in managing cryptographic signatures. Key capabilities include support for detached and clear-signed signatures, customizable file inclusion/exclusion, and compatibility with various output formats and signing backends.
What’s Changed
What’s Changed
- ci(tools): update docker/login-action action to v4.1.0 by @renovate[bot] in https://github.com/cbrgm/pgp-sign-artifact-action/pull/42
- patch(deps): update dependency golang to v1.26.2 by @renovate[bot] in https://github.com/cbrgm/pgp-sign-artifact-action/pull/43
- deps(golangci-lint): update to golangci-lint v2.11.4 by @cbrgm in https://github.com/cbrgm/pgp-sign-artifact-action/pull/44
- ci(tools): update docker/build-push-action action to v7.1.0 by @renovate[bot] in https://github.com/cbrgm/pgp-sign-artifact-action/pull/45
- ci(tools): update softprops/action-gh-release action to v3 by @renovate[bot] in https://github.com/cbrgm/pgp-sign-artifact-action/pull/46
- ci(tools): update dependabot/fetch-metadata action to v3.1.0 by @renovate[bot] in https://github.com/cbrgm/pgp-sign-artifact-action/pull/47
- ci(tools): update cbrgm/semver-tag-sync-action action to v1.1.0 by @renovate[bot] in https://github.com/cbrgm/pgp-sign-artifact-action/pull/48
- patch(deps): update module github.com/protonmail/gopenpgp/v3 to v3.4.1 by @renovate[bot] in https://github.com/cbrgm/pgp-sign-artifact-action/pull/49
Full Changelog: https://github.com/cbrgm/pgp-sign-artifact-action/compare/v1...v1.0.5