goreleaser-action/.github
Carlos Alexandro Becker 4b462d3d1d
feat: verify release checksum and cosign signature (#550)
* feat: verify release checksum and cosign signature

Download checksums.txt for the release and verify the SHA-256 of the
downloaded archive against it. When cosign is available in PATH, also
download checksums.txt.sigstore.json and verify the signature against
the goreleaser/goreleaser-pro release workflow identity. Both steps
degrade gracefully (with a warning) when the corresponding artifacts
or tooling are missing.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* test: use install() for checksum e2e tests

Drop the http-client download helper from verifyChecksum integration
tests; call goreleaser.install() instead so the test exercises the
public API path and avoids duplicating download logic.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-18 14:34:46 -03:00
..
workflows feat: verify release checksum and cosign signature (#550) 2026-04-18 14:34:46 -03:00
CODEOWNERS chore: codeowners 2019-10-03 21:39:01 +02:00
dependabot.yml ci: update dependabot settings 2026-02-09 09:06:19 -03:00
FUNDING.yml chore: update community files (#328) 2022-02-27 18:55:49 +01:00
goreleaser-action.png refactor: use built-in getExecOutput (#292) 2021-06-10 03:02:52 +02:00