docs: expand kosli attest custom examples for artifact identification#235
Closed
mintlify[bot] wants to merge 1 commit into
Closed
docs: expand kosli attest custom examples for artifact identification#235mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
mbevc1
approved these changes
May 21, 2026
mbevc1
pushed a commit
that referenced
this pull request
May 23, 2026
Adds a new tutorial under `tutorials/` covering `kosli attest custom`, including: - Required prerequisite of creating the custom attestation type first (CLI or Terraform). - Attesting against a trail vs. against an artifact. - All `--artifact-type` options (`oci`, `docker`, `file`, `dir`) with examples. - Matching an artifact by SHA256 via `--fingerprint`. - Attesting before the artifact has been reported (template name + `--commit`). - Adding attachments. Linked into the `Tutorials → Attesting` group in `config/navigation.json`. Supersedes #235 (the previous changes belonged in the CLI repo since `client_reference/` is auto-generated). --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the
kosli attest customreference page so it's clearer how to point the command at an artifact.kosli create attestation-typeor the Terraform provider) before reporting.--artifact-typevalues (oci,docker,file,dir) and the--fingerprintalternative.--fingerprint.