diff --git a/docs/tutorials/getting-started-tutorial.md b/docs/tutorials/getting-started-tutorial.md index fe42fae1ff..9a1f4f13a9 100644 --- a/docs/tutorials/getting-started-tutorial.md +++ b/docs/tutorials/getting-started-tutorial.md @@ -17,6 +17,8 @@ This tutorial will guide you through: We'll be creating a `TaskRun`, signing it, and storing the signature and the payload as annotations on the `TaskRun` itself. So, no additional authentication should be required! +![getting-started-setup](./images/getting_started.png) + You can opt to try the tutorial with either of the following key types: * [x509 (Default)](#x509) diff --git a/docs/tutorials/images/getting_started.png b/docs/tutorials/images/getting_started.png new file mode 100644 index 0000000000..185f4ae3b9 Binary files /dev/null and b/docs/tutorials/images/getting_started.png differ diff --git a/docs/tutorials/images/signed_provenance.png b/docs/tutorials/images/signed_provenance.png new file mode 100644 index 0000000000..5bca16509b Binary files /dev/null and b/docs/tutorials/images/signed_provenance.png differ diff --git a/docs/tutorials/signed-provenance-tutorial.md b/docs/tutorials/signed-provenance-tutorial.md index a0ea4e9ca3..f74acab635 100644 --- a/docs/tutorials/signed-provenance-tutorial.md +++ b/docs/tutorials/signed-provenance-tutorial.md @@ -18,6 +18,8 @@ This tutorial will guide you through: * Building an image with kaniko in a Tekton TaskRun * Verifying the signed image and the signed provenance +![signed-provenance-setup](./images/signed_provenance.png) + ## Prerequisites A Kubernetes cluster with the following installed: