Skip to content

Commit ab811a6

Browse files
committed
update refs for bad verifier
Signed-off-by: Asra Ali <asraa@google.com>
1 parent 9a62ed2 commit ab811a6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/actions/generate-builder/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ runs:
6060
shell: bash
6161
env:
6262
# 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.
6464
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.
6565
# Verifier
6666
# NOTE: These VERIFIER_* variables are used in the builder-fetch.sh script for verification of builder
6767
# 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.
6969
VERIFIER_RELEASE_BINARY: slsa-verifier-linux-amd64 # The name of the verifier binary in the release assets.
7070
VERIFIER_RELEASE_BINARY_SHA256: b1d6c9bbce6274e253f0be33158cacd7fb894c5ebd643f14a911bfe55574f4c0 # The expected hash of the verifier binary.
7171
VERIFIER_RELEASE: v1.3.2 # The version of the verifier to download.

.github/workflows/builder_go_slsa3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
steps:
104104
- name: Generate builder binary
105105
id: generate
106-
uses: slsa-framework/slsa-github-generator/.github/actions/generate-builder@main
106+
uses: asraa/slsa-github-generator/.github/actions/generate-builder@v1.2.2
107107
with:
108108
repository: "${{ needs.detect-env.outputs.repository }}"
109109
ref: "${{ needs.detect-env.outputs.ref }}"

.github/workflows/generator_generic_slsa3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
actions: read # Needed to read workflow info.
100100
steps:
101101
- name: Generate builder
102-
uses: slsa-framework/slsa-github-generator/.github/actions/generate-builder@main
102+
uses: asraa/slsa-github-generator/.github/actions/generate-builder@v1.2.2
103103
with:
104104
repository: "${{ needs.detect-env.outputs.repository }}"
105105
ref: "${{ needs.detect-env.outputs.ref }}"

0 commit comments

Comments
 (0)