Skip to content

Commit

Permalink
update verifier version in actions (#945)
Browse files Browse the repository at this point in the history
Signed-off-by: Asra Ali <[email protected]>

Signed-off-by: Asra Ali <[email protected]>
  • Loading branch information
asraa authored Oct 4, 2022
1 parent fc65005 commit 9dc6318
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -51,8 +51,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: 1326430d044e8a9522c51e5f721e237b5f75acb6b4e518d129f669403cf7a79a # The expected hash of the verifier binary.
VERIFIER_RELEASE: v1.3.0 # The version of the verifier to download.
VERIFIER_RELEASE_BINARY_SHA256: 065714d01ba36c81fb11aa7031597a77b08491eb341bac8efc3e452f5d5ed4bd # The expected hash of the verifier binary.
VERIFIER_RELEASE: v1.3.1 # The version of the verifier to download.

COMPILE_BUILDER: "${{ inputs.compile-builder }}"
BUILDER_REF: "${{ inputs.ref }}"
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Set up env variables:
$ export GH_TOKEN=<PAT-token>
$ export GITHUB_USERNAME="laurentsimon"
# This is the existing slsa-verifier version used by the builder. (https://github.com/slsa-framework/slsa-github-generator/blob/main/.github/actions/generate-builder/action.yml#L55)
$ export VERIFIER_TAG="v1.3.0"
$ export VERIFIER_TAG="v1.3.1"
$ export VERIFIER_REPOSITORY="$GITHUB_USERNAME/slsa-verifier"
# Release tag of the builder we want to release
$ export BUILDER_TAG="v1.2.0"
Expand Down

0 comments on commit 9dc6318

Please sign in to comment.