up
Some checks failed
api-governance / spectral-lint (push) Has been cancelled
Docs CI / lint-and-preview (push) Has been cancelled
oas-ci / oas-validate (push) Has been cancelled
SDK Publish & Sign / sdk-publish (push) Has been cancelled
Policy Lint & Smoke / policy-lint (push) Has been cancelled
Policy Simulation / policy-simulate (push) Has been cancelled
devportal-offline / build-offline (push) Has been cancelled

This commit is contained in:
StellaOps Bot
2025-11-26 20:23:28 +02:00
parent 4831c7fcb0
commit d63af51f84
139 changed files with 8010 additions and 2795 deletions

View File

@@ -1,6 +1,6 @@
# Promotion-Time Attestations for StellaOps
> **Status:** Draft sprint 186/202/203 coordination
> **Status:** Stable (2025-11)
> **Owners:** Signing Guild · Provenance Guild · DevEx/CLI Guild · Export Center Guild
## 1. Purpose
@@ -24,7 +24,9 @@ Capture the full promotion-time evidence image digest, SBOM/VEX artifacts, R
"to": "prod",
"actor": "ci/gitlab-runner",
"timestamp": "2025-11-10T12:34:56Z",
"pipeline": "https://git.example.com/acme/api/-/pipelines/12345"
"pipeline": "https://git.example.com/acme/api/-/pipelines/12345",
"ticket": "JIRA-1234",
"notes": "risk accepted by ops"
},
"rekor": {
"uuid": "REKOR_ENTRY_UUID",
@@ -40,6 +42,10 @@ Capture the full promotion-time evidence image digest, SBOM/VEX artifacts, R
"signedNote": "BASE64_NOTE"
}
}
},
"attestation": {
"bundle_sha256": "sha256:…",
"witness": "optional-transparency-witness-signature"
}
}
```
@@ -57,6 +63,7 @@ The Provenance Guild implements the predicate builder (task `PROV-OBS-53-003`).
5. Build `attestation.json` using the template above and current promotion metadata.
6. Call Signer to produce a DSSE bundle (`cosign attest` or `stella promotion attest`).
7. Store the bundle alongside `attestation.json` and add both to Offline/Replay kits.
8. Emit Timeline + Evidence Locker entries with bundle digest.
### 3.2 Signer responsibilities (`SIGN-CORE-186-004/005/006`)
@@ -106,6 +113,6 @@ Artifacts are content-addressed via CAS and mirrored into Offline kits (`docs/re
| CLI commands | `CLI-PROMO-70-001/002` | TODO |
| Authority verifier | `AUTH-VERIFY-186-007` | TODO |
| Export packaging | `EXPORT-OBS-54-002` | TODO |
| Documentation | `DOCS-PROMO-70-001` | TODO |
| Documentation | `DOCS-PROMO-70-001` | DONE (2025-11-26) |
When all tasks are completed this document should be updated with status links and sample payloads.

View File

@@ -0,0 +1,8 @@
# Release Notes snippet — Scanner Determinism
- **Determinism score:** {{overall_score}} (threshold {{overall_min}}); per-image summary:
- {{image_digest}} → score {{score}} ({{identical}}/{{runs}} identical)
- {{next_image_digest}} → score {{score}} ({{identical}}/{{runs}} identical)
- **Inputs:** policy {{policy_sha}}, feeds {{feeds_sha}}, scanner {{scanner_sha}}, platform {{platform}}.
- **Evidence:** attached `determinism.json` + artefact hashes (DSSE-signed, offline-ready).
- **Actions:** rerun harness with `stella detscore run --bundle determinism.json` if score < threshold; block promotion until pass.