mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-16 02:22:14 -05:00
[PR #5378] [MERGED] Add Attestations for containers and artifacts #31218
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/5378
Author: @BlackDex
Created: 1/10/2025
Status: ✅ Merged
Merged: 1/10/2025
Merged by: @dani-garcia
Base:
main← Head:add-attest📝 Commits (2)
49bd25cAdd Attestations for containers and artifactse193130Adjust attest to use globbing📊 Changes
1 file changed (+94 additions, -34 deletions)
View changed files
📝
.github/workflows/release.yml(+94 -34)📄 Description
This commit will add attestation actions to sign the containers and binaries which can be verified via the gh cli. https://cli.github.com/manual/gh_attestation_verify
The binaries from both Alpine and Debian based images are extracted and attested so that you can verify the binaries of all the containers.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.