automated-release

Identity
A definition is named by its content, so this address is what a ticket pins and what a consumer checks against:
sha256-c1cffcb2e879ff82ad36bf8e67c993aa8ddb0c5caacbdd484ec8440cb549c8bb
Shape
● built ★ ⊢ version · commit · ✎ci · ⧉checksums/
│
├─▶ attested ★ ⊢ artifact.digest · ✎ci · ⊙sbom · ⊙provenance
└─▶ scanned ★ ⊢ scan.result = clean · ✎ci · ⊙vulnerability-scan
Roles to fill
Every role ships empty, so adopting a process never inherits
somebody else’s org chart. Name yours with tik roles add <role> <actor>.
ci— empty
Facts it records
| Path | Shape |
|---|---|
artifact.digest | [:string {:min 8}] |
commit | [:string {:min 7}] |
scan.result | [:enum :clean :findings] |
version | [:string {:min 1}] |
Stages
built · sticky
Once reached it stays reached: the fold carries it forward, so later evidence cannot take it away.
Reached when:
- the fact
versionstands - the fact
commitstands commitwas asserted by a member of thecirole- an artifact is attached whose path starts with
checksums/
Runbook: kb/runbooks/automated-release-built.md
attested · sticky
Follows built.
Once reached it stays reached: the fold carries it forward, so later evidence cannot take it away.
Reached when:
- the fact
artifact.digeststands artifact.digestwas asserted by a member of thecirole- an attestation of
:sbomexists, no older thanP1D - an attestation of
:provenanceexists, no older thanP1D
Runbook: kb/runbooks/automated-release-attested.md
scanned · sticky
Follows built.
Once reached it stays reached: the fold carries it forward, so later evidence cannot take it away.
Reached when:
- the fact
scan.resultequals:clean scan.resultwas asserted by a member of thecirole- an attestation of
:vulnerability-scanexists, no older thanP1D
Runbook: kb/runbooks/automated-release-scanned.md
Take it
tik adopt processes/automated-release.edn```
The definition and its runbooks are copied into your store, and the
publisher's signature travels with them when a key in your `actors`
verifies it.
Read the stages before you adopt: they say who has to sign what,
which is a decision about your organisation.