From f4db04de54d4604e120d4645196adf87a40ec0f2 Mon Sep 17 00:00:00 2001 From: Ramon Petgrave Date: Fri, 7 Feb 2025 16:01:31 -0500 Subject: [PATCH] update readmes Signed-off-by: Ramon Petgrave --- README.md | 6 +++--- actions/installer/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b7a763a..b58e5f1 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,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.6.0 +$ go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier@v2.7.0 $ slsa-verifier ``` @@ -149,7 +149,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.6.0 +$ cd slsa-verifier && git checkout v2.7.0 $ go run ./cli/slsa-verifier ``` @@ -159,7 +159,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.6.0](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.6.0) +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 [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 bac5672..82bf690 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.6.0 +uses: slsa-framework/slsa-verifier/actions/installer@v2.7.0 ``` 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.