From 9a96ca35b4c57ce591b41a7e425d2fd37284f5f6 Mon Sep 17 00:00:00 2001 From: cpanato Date: Wed, 10 Aug 2022 10:02:19 +0200 Subject: [PATCH] update link to download the binary to use the latest release (v1.2.0) Signed-off-by: cpanato --- README.md | 4 ++-- RELEASE.md | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 702f07607..bc126c9ca 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ $ go run . ### Download the binary -Download the binary from the latest release at [https://github.com/slsa-framework/slsa-verifier/releases/tag/v1.1.1](https://github.com/slsa-framework/slsa-verifier/releases/tag/v1.1.2) +Download the binary from the latest release at [https://github.com/slsa-framework/slsa-verifier/releases/tag/v1.2.0](https://github.com/slsa-framework/slsa-verifier/releases/tag/v1.2.0) Download the [SHA256SUM.md](https://github.com/slsa-framework/slsa-verifier/blob/main/SHA256SUM.md). @@ -82,7 +82,7 @@ Verified build using builder https://github.com/slsa-framework/slsa-github-gener PASSED: Verified SLSA provenance ``` -The verified in-toto statement may be written to stdout with the `--print-provenance` flag to pipe into policy engines. +The verified in-toto statement may be written to stdout with the `--print-provenance` flag to pipe into policy engines. ## Technical design diff --git a/RELEASE.md b/RELEASE.md index 0e3037cb8..193e7061f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -94,4 +94,3 @@ and the hash in the pull request matches the one computed on the binary. You can Send a similar pull request to update the hash and version of the verifier for the workflow [slsa-framework/slsa-github-generator/blob/main/.github/workflows/builder_go_slsa3.yml#L30-L31](https://github.com/slsa-framework/slsa-github-generator/blob/main/.github/workflows/builder_go_slsa3.yml#L30-L31). Explain the steps to verify the hash. If the pull request for the verifier is already merged, you can simply point to it instead. Note: you need not cut a release for the generator, unless the verifier has important changes that are required for the builders to work properly. -