From ab811a64419604997cd0b8fea227b6bd3b8aa59b Mon Sep 17 00:00:00 2001 From: Asra Ali Date: Wed, 2 Nov 2022 14:24:36 -0500 Subject: [PATCH] update refs for bad verifier Signed-off-by: Asra Ali --- .github/actions/generate-builder/action.yml | 4 ++-- .github/workflows/builder_go_slsa3.yml | 2 +- .github/workflows/generator_generic_slsa3.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/generate-builder/action.yml b/.github/actions/generate-builder/action.yml index e918a2a3d6..0d493bbc41 100644 --- a/.github/actions/generate-builder/action.yml +++ b/.github/actions/generate-builder/action.yml @@ -60,12 +60,12 @@ runs: shell: bash env: # Builder. - BUILDER_REPOSITORY: slsa-framework/slsa-github-generator # The repository to download the pre-built builder binary from. + BUILDER_REPOSITORY: asraa/slsa-github-generator # The repository to download the pre-built builder binary from. 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. # Verifier # NOTE: These VERIFIER_* variables are used in the builder-fetch.sh script for verification of builder # 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_REPOSITORY: asraa/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: b1d6c9bbce6274e253f0be33158cacd7fb894c5ebd643f14a911bfe55574f4c0 # The expected hash of the verifier binary. VERIFIER_RELEASE: v1.3.2 # The version of the verifier to download. diff --git a/.github/workflows/builder_go_slsa3.yml b/.github/workflows/builder_go_slsa3.yml index 6eedf22e49..a40e2d6921 100644 --- a/.github/workflows/builder_go_slsa3.yml +++ b/.github/workflows/builder_go_slsa3.yml @@ -103,7 +103,7 @@ jobs: steps: - name: Generate builder binary id: generate - uses: slsa-framework/slsa-github-generator/.github/actions/generate-builder@main + uses: asraa/slsa-github-generator/.github/actions/generate-builder@v1.2.2 with: repository: "${{ needs.detect-env.outputs.repository }}" ref: "${{ needs.detect-env.outputs.ref }}" diff --git a/.github/workflows/generator_generic_slsa3.yml b/.github/workflows/generator_generic_slsa3.yml index 86b7a04f84..4de48d1f63 100644 --- a/.github/workflows/generator_generic_slsa3.yml +++ b/.github/workflows/generator_generic_slsa3.yml @@ -99,7 +99,7 @@ jobs: actions: read # Needed to read workflow info. steps: - name: Generate builder - uses: slsa-framework/slsa-github-generator/.github/actions/generate-builder@main + uses: asraa/slsa-github-generator/.github/actions/generate-builder@v1.2.2 with: repository: "${{ needs.detect-env.outputs.repository }}" ref: "${{ needs.detect-env.outputs.ref }}"