diff --git a/docs/userguide/build-attestation.rst b/docs/userguide/build-attestation.rst index 9164c612..3747a951 100644 --- a/docs/userguide/build-attestation.rst +++ b/docs/userguide/build-attestation.rst @@ -45,10 +45,12 @@ For example, to build the configuration described in the file Working with sigstore cosign ---------------------------- -The sigstore cosign tool has native support for in-toto build predicates. -However, it currently can only operate directly on the predicate but not -on the enclosing attestation (cosign 2.2.4). By that, the predicate first -needs to be extracted (provenance in this example):: +The `cosign tool `_ from the `sigstore +project `_ (`documentation `_) +has native support for in-toto build predicates. However, it currently can only +operate directly on the predicate but not on the enclosing attestation +(cosign 2.2.4). By that, the predicate first needs to be extracted (provenance +in this example):: cat build/attestation/kas-build.provenance.json | jq '.predicate' > provenance.json