-
Notifications
You must be signed in to change notification settings - Fork 43
Add docs to describe the Types of Attestations and Manifests #3044
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
resolves: EC-1474
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||
| === d. Signatures | ||
|
|
||
| Signatures provide cryptographic proof of authenticity and integrity. Conforma uses Sigstore (cosign) signatures. | ||
|
|
||
| **Types:** | ||
|
|
||
| * **Image Signatures:** Direct signatures on container image manifests | ||
| * **Attestation Signatures:** Signatures on attestation envelopes | ||
|
|
||
| **How Conforma Uses It:** | ||
|
|
||
| * Verifies image signatures to ensure image authenticity | ||
| * Verifies attestation signatures to ensure attestation authenticity | ||
| * Supports multiple signature methods: | ||
| ** Long-lived keys | ||
| ** Identity-based short-lived keys (keyless signing) | ||
| * Signature information is made available to policy evaluation | ||
|
|
||
| **Storage:** | ||
|
|
||
| * Image signatures stored as OCI artifacts with media type `application/vnd.dev.cosign.simplesigning.v1+json` | ||
| * Attestation signatures embedded in DSSE envelopes | ||
| * Linked to images/attestations by digest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Clarify distinction between image signatures and attestations
| === d. Signatures | |
| Signatures provide cryptographic proof of authenticity and integrity. Conforma uses Sigstore (cosign) signatures. | |
| **Types:** | |
| * **Image Signatures:** Direct signatures on container image manifests | |
| * **Attestation Signatures:** Signatures on attestation envelopes | |
| **How Conforma Uses It:** | |
| * Verifies image signatures to ensure image authenticity | |
| * Verifies attestation signatures to ensure attestation authenticity | |
| * Supports multiple signature methods: | |
| ** Long-lived keys | |
| ** Identity-based short-lived keys (keyless signing) | |
| * Signature information is made available to policy evaluation | |
| **Storage:** | |
| * Image signatures stored as OCI artifacts with media type `application/vnd.dev.cosign.simplesigning.v1+json` | |
| * Attestation signatures embedded in DSSE envelopes | |
| * Linked to images/attestations by digest | |
| === d. Image Signatures | |
| Image signatures provide cryptographic proof of an image's authenticity and integrity. Conforma uses Sigstore (cosign) to work with image signatures. | |
| **How Conforma Uses It:** | |
| * Verifies image signatures to ensure the image has not been tampered with and was signed by a trusted party. | |
| * Supports multiple signature methods: | |
| ** Long-lived keys | |
| ** Identity-based short-lived keys (keyless signing) | |
| * Signature information is made available to policy evaluation. | |
| **Storage:** | |
| * Stored as separate OCI artifacts, often referred to as "signature layers". | |
| * Linked to the image manifest by digest. | |
| * The media type is typically `application/vnd.dev.cosign.simplesigning.v1+json`. |
User description
resolves: EC-1474
PR Type
Documentation
Description
Add comprehensive documentation on attestations and manifests
Describe SLSA provenance, VSA, SBOM, signatures, and DSSE envelopes
Explain OCI image manifests, indexes, and Tekton task bundles
Document artifact relationships and Conforma's validation process
Diagram Walkthrough
File Walkthrough
types-of-attestations-and-manifests.adoc
New comprehensive attestations and manifests documentationdocs/modules/ROOT/pages/types-of-attestations-and-manifests.adoc
(provenance, VSA, SBOM, signatures, DSSE)
Tekton task bundles)
registries
processes
main_nav.adoc
Add navigation link to attestations documentationdocs/modules/ROOT/partials/main_nav.adoc
documentation page