ZcashFoundation / zebra

Zcash - Financial Privacy in Rust 🦓
https://zfnd.org/zebra/
Apache License 2.0
413 stars 106 forks source link

feat(docker): Add SBOM and provenance attestations #8802

Closed gustavovalverde closed 2 months ago

gustavovalverde commented 2 months ago

This adds metadata about the contents of our image, what it contains, and how it was built.

Motivation

The purpose of attestations is to provide verifiable claims about the integrity, origin, and security status of our container images, by ensuring to our users that the images used in our containerized environments are trustworthy and have not been tampered with.

Specifications & References

Solution

Tests

PR Author's Checklist

PR Reviewer's Checklist