diff --git a/.github/actions/generate-builder/action.yml b/.github/actions/generate-builder/action.yml index 4142800cdb..512002143c 100644 --- a/.github/actions/generate-builder/action.yml +++ b/.github/actions/generate-builder/action.yml @@ -84,12 +84,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: laurentsimon/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: laurentsimon/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: ea687149d658efecda64d69da999efb84bb695a3212f29548d4897994027172d # The expected hash of the verifier binary. VERIFIER_RELEASE: v2.3.0 # The version of the verifier to download. diff --git a/.github/workflows/builder_container-based_slsa3.yml b/.github/workflows/builder_container-based_slsa3.yml index 7ae31a79dc..788f27d986 100644 --- a/.github/workflows/builder_container-based_slsa3.yml +++ b/.github/workflows/builder_container-based_slsa3.yml @@ -197,7 +197,7 @@ jobs: steps: - name: Generate builder binary id: generate - uses: slsa-framework/slsa-github-generator/.github/actions/generate-builder@v1.9.0-rc.0 + uses: laurentsimon/slsa-github-generator/.github/actions/generate-builder@v1.9.0-rc.0 with: repository: "${{ needs.detect-env.outputs.repository }}" ref: "${{ needs.detect-env.outputs.ref }}" @@ -207,6 +207,7 @@ jobs: compile-builder: "${{ inputs.compile-builder }}" directory: "${{ env.BUILDER_DIR }}" allow-private-repository: ${{ inputs.rekor-log-public }} + testing: true - name: Upload builder uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 diff --git a/.github/workflows/builder_go_slsa3.yml b/.github/workflows/builder_go_slsa3.yml index 8322a9915f..75ddbd00df 100644 --- a/.github/workflows/builder_go_slsa3.yml +++ b/.github/workflows/builder_go_slsa3.yml @@ -157,7 +157,7 @@ jobs: steps: - name: Generate builder binary id: generate - uses: slsa-framework/slsa-github-generator/.github/actions/generate-builder@v1.9.0-rc.0 + uses: laurentsimon/slsa-github-generator/.github/actions/generate-builder@v1.9.0-rc.0 with: repository: "${{ needs.detect-env.outputs.repository }}" ref: "${{ needs.detect-env.outputs.ref }}" @@ -167,6 +167,7 @@ jobs: compile-builder: "${{ inputs.compile-builder }}" directory: "${{ env.BUILDER_DIR }}" allow-private-repository: ${{ inputs.private-repository }} + testing: true - name: Upload builder uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 diff --git a/.github/workflows/generator_container_slsa3.yml b/.github/workflows/generator_container_slsa3.yml index 3b9e43ad9e..d6ad3f3df2 100644 --- a/.github/workflows/generator_container_slsa3.yml +++ b/.github/workflows/generator_container_slsa3.yml @@ -126,7 +126,7 @@ jobs: - name: Generate builder id: generate-builder continue-on-error: true - uses: slsa-framework/slsa-github-generator/.github/actions/generate-builder@v1.9.0-rc.0 + uses: laurentsimon/slsa-github-generator/.github/actions/generate-builder@v1.9.0-rc.0 with: repository: "${{ needs.detect-env.outputs.repository }}" ref: "${{ needs.detect-env.outputs.ref }}" @@ -136,6 +136,7 @@ jobs: # NOTE: We are using the generic generator. directory: "${{ env.BUILDER_DIR }}" allow-private-repository: ${{ inputs.private-repository }} + testing: true - id: auth name: Authenticate to Google Cloud diff --git a/.github/workflows/generator_generic_slsa3.yml b/.github/workflows/generator_generic_slsa3.yml index 1fc1acf7a6..230db12544 100644 --- a/.github/workflows/generator_generic_slsa3.yml +++ b/.github/workflows/generator_generic_slsa3.yml @@ -163,7 +163,7 @@ jobs: - name: Generate builder id: generate-builder continue-on-error: true - uses: slsa-framework/slsa-github-generator/.github/actions/generate-builder@v1.9.0-rc.0 + uses: laurentsimon/slsa-github-generator/.github/actions/generate-builder@v1.9.0-rc.0 with: repository: "${{ needs.detect-env.outputs.repository }}" ref: "${{ needs.detect-env.outputs.ref }}" @@ -172,6 +172,7 @@ jobs: compile-builder: "${{ inputs.compile-generator }}" directory: "${{ env.BUILDER_DIR }}" allow-private-repository: ${{ inputs.private-repository }} + testing: true - name: Extract subjects file metadata id: metadata