Commit 5b367fb
committed
docs(decision-receipt): add SLSA Provenance composition via ResourceDescriptor
Aligns this predicate with the agent-commit SLSA build type so that a SLSA
provenance attestation and a Decision Receipt attestation about the same
subject compose cleanly without cross-signing trust domains.
Additions:
- New "Relationship to SLSA Provenance" section explaining that the receipt
signer (supervisor-hook identity) is deliberately distinct from the SLSA
provenance signer (builder-platform identity), and that composition happens
via a ResourceDescriptor reference in the SLSA byproducts, not by inlining
the receipt content inside the SLSA envelope.
- A worked example of the byproduct entry as it appears in an agent-commit
provenance, including `predicateType`, `signerRole: "supervisor-hook"`,
chain length, and genesis/final receipt hashes. Pattern tracks the
companion PR at arewm/refs.arewm.com#2 (agent-commit v0.2 update).
- Three-step verifier flow for consuming both attestations: verify SLSA
signature against builder identity; fetch, digest-check, and verify the
referenced receipt attestation against the supervisor identity named in
`issuerId`; cross-reference subjects and interpret the chain per this
predicate's semantics.
- Clarification that `issuerId` (concrete signing identity) and the SLSA
byproduct's `signerRole` annotation (logical role of that identity
relative to the builder) are complementary fields, not duplicative.
- Changelog and References updated to point at the agent-commit build type
and slsa-framework/slsa#1594.
No changes to the predicate schema or field semantics. Purely additive
documentation on how this predicate composes with SLSA.
Refs:
arewm/refs.arewm.com#1, arewm/refs.arewm.com#2 (agent-commit composition)
slsa-framework/slsa#1594 (SLSA-for-agents)1 parent d471f84 commit 5b367fb
1 file changed
Lines changed: 54 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
280 | 329 | | |
281 | 330 | | |
282 | 331 | | |
| |||
285 | 334 | | |
286 | 335 | | |
287 | 336 | | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
288 | 340 | | |
289 | 341 | | |
290 | 342 | | |
291 | 343 | | |
292 | 344 | | |
293 | 345 | | |
| 346 | + | |
294 | 347 | | |
295 | 348 | | |
296 | 349 | | |
| 350 | + | |
297 | 351 | | |
298 | 352 | | |
0 commit comments