Expand description
auths compliance — compliance-as-a-query evidence packs.
Thin presentation layer over auths_sdk::workflows::compliance: it reads the
period’s releases (from a caller file, or discovered from the release
attestations anchored in the org KEL), calls the SDK query engine to classify
each signer’s authority at release (by KEL position), embeds the honest
witness verdict, optionally embeds the org KEL bundle for offline verification,
and optionally org-signs the pack as a DSSE-wrapped in-toto statement.
compliance attest is the signing-time half: it anchors the release fact so the
report can derive it. No domain logic lives here.
Structs§
- Compliance
Command - The
compliancesubcommand: compliance as a query over the org’s event log.
Enums§
- CliFramework
- CLI wrapper for the target compliance framework.
- Compliance
Subcommand - Subcommands for compliance queries.
Functions§
- handle_
compliance - Handle
auths compliancesubcommands.