Skip to content

Commit

Permalink
feat: Bump slsa-verifier version and hash (#2959)
Browse files Browse the repository at this point in the history
Signed-off-by: laurentsimon <laurentsimon@google.com>
  • Loading branch information
laurentsimon authored Nov 9, 2023
1 parent f5b488d commit 7a281a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/generate-builder/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ runs:
# release binaries when the compile-builder input is false.
VERIFIER_REPOSITORY: slsa-framework/slsa-verifier # The repository to download the pre-built verifier binary from.
VERIFIER_RELEASE_BINARY: slsa-verifier-linux-amd64 # The name of the verifier binary in the release assets.
VERIFIER_RELEASE_BINARY_SHA256: 9883e4c7fd0fead95815de1533db62d1ae19daf9d333b359e192fc65ffb401b2 # The expected hash of the verifier binary.
VERIFIER_RELEASE: v2.4.0 # The version of the verifier to download.
VERIFIER_RELEASE_BINARY_SHA256: e81900c9f11a44276e1552afb7c1f6ea7b13ad9c6efdb920d97f23a76659e25f # The expected hash of the verifier binary.
VERIFIER_RELEASE: v2.4.1 # The version of the verifier to download.

COMPILE_BUILDER: "${{ inputs.compile-builder }}"
# NOTE: If a builder reference is specified, then we will download this version of the builder.
Expand Down

0 comments on commit 7a281a1

Please sign in to comment.