Skip to content

Commit

Permalink
fix variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
prezha committed Jun 14, 2024
1 parent 7dbdacf commit c4302d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hooks/post-command
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ is_keyless=${BUILDKITE_PLUGIN_COSIGN_KEYLESS:-true}

cosign_keyless() {
local fulcio_url=${BUILDKITE_PLUGIN_COSIGN_KEYLESS_CONFIG_FULCIO_URL}
local rekor_url=${BUILDKITE_PLUGIN_COSIG_KEYLESS_CONFIGN_REKOR_URL}
local tuf_mirror_url=${BUILDKITE_PLUGIN_COSIG_KEYLESS_CONFIGN_TUF_MIRROR_URL}
local tuf_root_url=${BUILDKITE_PLUGIN_COSIG_KEYLESS_CONFIGN_TUF_ROOT_URL}
local oidc_issuer=${BUILDKITE_PLUGIN_COSIG_KEYLESS_CONFIGN_OIDC_ISSUER}
local oidc_provider=${BUILDKITE_PLUGIN_COSIG_KEYLESS_CONFIGN_OIDC_PROVIDER:-"buildkite-agent"}
local rekor_url=${BUILDKITE_PLUGIN_COSIGN_KEYLESS_CONFIG_REKOR_URL}
local tuf_mirror_url=${BUILDKITE_PLUGIN_COSIGN_KEYLESS_CONFIG_TUF_MIRROR_URL}
local tuf_root_url=${BUILDKITE_PLUGIN_COSIGN_KEYLESS_CONFIG_TUF_ROOT_URL}
local oidc_issuer=${BUILDKITE_PLUGIN_COSIGN_KEYLESS_CONFIG_OIDC_ISSUER}
local oidc_provider=${BUILDKITE_PLUGIN_COSIGN_KEYLESS_CONFIG_OIDC_PROVIDER:-"buildkite-agent"}

echo "--- :key: Cosign keyless signing"

Expand Down

0 comments on commit c4302d7

Please sign in to comment.