From 575bdd242ac0bc503966cedac1dabb42515b545f Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Mon, 25 Jul 2022 11:05:23 +0900 Subject: [PATCH] Remove legacy env vars (#616) --- .github/workflows/generator_container_slsa3.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/generator_container_slsa3.yml b/.github/workflows/generator_container_slsa3.yml index 6213b67d63..91a7d6f84e 100644 --- a/.github/workflows/generator_container_slsa3.yml +++ b/.github/workflows/generator_container_slsa3.yml @@ -16,18 +16,8 @@ name: SLSA container image provenance env: # Generator - BUILDER_BINARY: generic-generator - BUILDER_RELEASE_BINARY: slsa-generator-generic-linux-amd64 - BUILDER_REPOSITORY: slsa-framework/slsa-github-generator - # Verifier - # NOTE: These VERIFIER_* variables are used for verification of generator - # release binaries when the compile-generator input is false. - VERIFIER_REPOSITORY: slsa-framework/slsa-verifier - VERIFIER_RELEASE_BINARY: slsa-verifier-linux-amd64 - VERIFIER_RELEASE_BINARY_SHA256: f92fc4e571949c796d7709bb3f0814a733124b0155e484fad095b5ca68b4cb21 - VERIFIER_RELEASE: v1.1.1 - # Builder location - BUILDER_DIR: internal/builders + BUILDER_BINARY: slsa-generator-generic-linux-amd64 # Name of the binary in the release assets. + BUILDER_DIR: internal/builders/generic # Source directory if we compile the builder. on: workflow_call: