-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into renovate/major-github-actions
- Loading branch information
Showing
5 changed files
with
60 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,7 +98,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/[email protected].0 | ||
$ go install github.com/slsa-framework/slsa-verifier/v2/cli/[email protected].1 | ||
$ slsa-verifier <options> | ||
``` | ||
|
||
|
@@ -144,7 +144,7 @@ $ go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier | |
|
||
```bash | ||
$ git clone [email protected]:slsa-framework/slsa-verifier.git | ||
$ cd slsa-verifier && git checkout v2.4.0 | ||
$ cd slsa-verifier && git checkout v2.4.1 | ||
$ go run ./cli/slsa-verifier <options> | ||
``` | ||
|
||
|
@@ -154,7 +154,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.4.0](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.4.0) | ||
Download the binary from the latest release at [https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.4.1](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.4.1) | ||
|
||
Download the [SHA256SUM.md](https://github.com/slsa-framework/slsa-verifier/blob/main/SHA256SUM.md). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].0 | ||
uses: slsa-framework/slsa-verifier/actions/[email protected].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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.