From 9a2c3cf0633da489a3f9d56fbfb8d8322f40c60e Mon Sep 17 00:00:00 2001 From: Ramon Petgrave <32398091+ramonpetgrave64@users.noreply.github.com> Date: Fri, 27 Jun 2025 16:30:11 +0000 Subject: [PATCH] update readmes Signed-off-by: Ramon Petgrave <32398091+ramonpetgrave64@users.noreply.github.com> --- README.md | 6 +++--- actions/installer/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 81735fb..af02826 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ You have two options to install the verifier. If you want to install the verifier, you can run the following command: ```bash -$ go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier@v2.7.0 +$ go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier@v2.7.1 $ slsa-verifier ``` @@ -150,7 +150,7 @@ $ go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier ```bash $ git clone git@github.com:slsa-framework/slsa-verifier.git -$ cd slsa-verifier && git checkout v2.7.0 +$ cd slsa-verifier && git checkout v2.7.1 $ go run ./cli/slsa-verifier ``` @@ -160,7 +160,7 @@ If you need to install the verifier to run in a GitHub workflow, use the install ### Download the binary -Download the binary from the latest release at [https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.7.0](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.7.0) +Download the binary from the latest release at [https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.7.1](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.7.1) Download the [SHA256SUM.md](https://github.com/slsa-framework/slsa-verifier/blob/main/SHA256SUM.md). diff --git a/actions/installer/README.md b/actions/installer/README.md index 82bf690..b95ec89 100644 --- a/actions/installer/README.md +++ b/actions/installer/README.md @@ -11,7 +11,7 @@ For more information about SLSA in general, see [https://slsa.dev](https://slsa. To install a specific version of `slsa-verifier`, use: ```yaml -uses: slsa-framework/slsa-verifier/actions/installer@v2.7.0 +uses: slsa-framework/slsa-verifier/actions/installer@v2.7.1 ``` See https://github.com/slsa-framework/slsa-verifier/releases for the list of available `slsa-verifier` releases. Only versions greater or equal to 2.0.1 are supported.