Skip to content

Commit 8e5ff5c

Browse files
author
Ian Lewis
authored
Update verifier release used in workflows (slsa-framework#411)
* Update verifier release used in workflows * Add comment for verifier env variables
1 parent d98cbc1 commit 8e5ff5c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/builder_go_slsa3.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ env:
2525
BUILDER_RELEASE_BINARY: slsa-builder-go-linux-amd64
2626
BUILDER_REPOSITORY: slsa-framework/slsa-github-generator
2727
# Verifier
28+
# NOTE: These VERIFIER_* variables are used for verification of builder
29+
# release binaries when the compile-builder input is false.
2830
VERIFIER_REPOSITORY: slsa-framework/slsa-verifier
2931
VERIFIER_RELEASE_BINARY: slsa-verifier-linux-amd64
3032
VERIFIER_RELEASE_BINARY_SHA256: 14360688de2d294e9cda7b9074ab7dcf02d5c38f2874f6c95d4ad46e300c3e53
31-
VERIFIER_RELEASE: v1.1.0
33+
VERIFIER_RELEASE: v1.1.1
3234
# Builder location
3335
BUILDER_DIR: internal/builders
3436

.github/workflows/generator_generic_slsa3.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ env:
2323
BUILDER_RELEASE_BINARY: slsa-generator-generic-linux-amd64
2424
BUILDER_REPOSITORY: slsa-framework/slsa-github-generator
2525
# Verifier
26+
# NOTE: These VERIFIER_* variables are used for verification of generator
27+
# release binaries when the compile-generator input is false.
2628
VERIFIER_REPOSITORY: slsa-framework/slsa-verifier
2729
VERIFIER_RELEASE_BINARY: slsa-verifier-linux-amd64
2830
VERIFIER_RELEASE_BINARY_SHA256: 60c91c9d5b9a059e37ac46da316f20c81da335b5d00e1f74d03dd50f819694bd
29-
VERIFIER_RELEASE: v0.0.1
31+
VERIFIER_RELEASE: v1.1.1
3032

3133
###################################################################
3234
# #

0 commit comments

Comments
 (0)