Skip to content

Commit

Permalink
Remove legacy env vars (slsa-framework#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlewis committed Jul 25, 2022
1 parent b6507e4 commit 575bdd2
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/generator_container_slsa3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 575bdd2

Please sign in to comment.