You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/actions/generate-builder/action.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -60,12 +60,12 @@ runs:
60
60
shell: bash
61
61
env:
62
62
# Builder.
63
-
BUILDER_REPOSITORY: slsa-framework/slsa-github-generator # The repository to download the pre-built builder binary from.
63
+
BUILDER_REPOSITORY: asraa/slsa-github-generator # The repository to download the pre-built builder binary from.
64
64
BUILDER_RELEASE_BINARY: "${{ inputs.binary }}"# The name of the pre-built binary in the release assets. This is also used as the final binary name when compiling the builder from source.
65
65
# Verifier
66
66
# NOTE: These VERIFIER_* variables are used in the builder-fetch.sh script for verification of builder
67
67
# release binaries when the compile-builder input is false.
68
-
VERIFIER_REPOSITORY: slsa-framework/slsa-verifier # The repository to download the pre-built verifier binary from.
68
+
VERIFIER_REPOSITORY: asraa/slsa-verifier # The repository to download the pre-built verifier binary from.
69
69
VERIFIER_RELEASE_BINARY: slsa-verifier-linux-amd64 # The name of the verifier binary in the release assets.
70
70
VERIFIER_RELEASE_BINARY_SHA256: b1d6c9bbce6274e253f0be33158cacd7fb894c5ebd643f14a911bfe55574f4c0 # The expected hash of the verifier binary.
71
71
VERIFIER_RELEASE: v1.3.2 # The version of the verifier to download.
0 commit comments