Some checks failed
AOC Guard CI / aoc-guard (push) Has been cancelled
AOC Guard CI / aoc-verify (push) Has been cancelled
Concelier Attestation Tests / attestation-tests (push) Has been cancelled
Console CI / console-ci (push) Has been cancelled
Docs CI / lint-and-preview (push) Has been cancelled
Export Center CI / export-ci (push) Has been cancelled
VEX Proof Bundles / verify-bundles (push) Has been cancelled
- Introduced sample proof bundle configuration files for testing, including `sample-proof-bundle-config.dsse.json`, `sample-proof-bundle.dsse.json`, and `sample-proof-bundle.json`. - Implemented a verification script `test_verify_sample.sh` to validate proof bundles against specified schemas and catalogs. - Updated existing proof bundle configurations with new metadata, including versioning, created timestamps, and justification details. - Enhanced evidence entries with expiration dates and hashes for better integrity checks. - Ensured all new configurations adhere to the defined schema for consistency and reliability in testing.
Evidence Locker Golden Fixtures (EB10)
Purpose: reference bundles and replay records used by CI to prove deterministic packaging, DSSE subject stability, and portable redaction behaviour.
Layout
sealed/– sealedbundle.tgzartifacts with matchingmanifest.json,checksums.txt, and expected Merkle root inexpected.json.portable/– redactedportable-bundle-v1.tgzpaired withexpected.jsonnoting masked fields.replay/–replay.ndjsonrecords aligned to the bundle fixtures; ordering is canonical (recordedAtUtc, scanId).
Expectations
- Gzip timestamp pinned to
2025-01-01T00:00:00Z; tar entries use0644perms and fixed mtime. checksums.txtsorted lexicographically bycanonicalPath; Merkle root equalssha256sum checksums.txt.- DSSE subject ties to the Merkle root; manifest validates against
schemas/bundle.manifest.schema.json. - Portable bundles must exclude tenant identifiers and include redaction metadata in the manifest.
How to (re)generate
- Set
TZ=UTCand ensure deterministic tool versions. - Run EvidenceLocker pipeline to produce sealed bundle; copy outputs here with expected hash values.
- Produce portable bundle and replay records using the same input set; write
expected.jsoncapturing root hashes and replay digests. - Update xUnit tests in
StellaOps.EvidenceLocker.Teststo consume these fixtures without network calls.