Your first audit
Generate a key, set up a personal log, and publish a signed audit of a package you depend on.
This tutorial walks through publishing your first audit end-to-end: generating a signing key, setting up a log you control, drafting and signing an audit of a package you use, and verifying it shows up when someone consumes your log.
TODO: write me. The intended outline is:
- Generate a signing key (
openvet key new).- Initialise a personal log (commands TBD).
- Pick a package you use, draft an audit (
openvet audit new).- Edit the audit in the TUI, fill in the claims.
- Sign the audit (
openvet audit sign).- Publish it to your log (
openvet audit publish).- Verify another machine can consume the log and see your audit.