File tree Expand file tree Collapse file tree
build/almalinux-8/include Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ cp -a /include/ssh-env-config.sh /usr/local/bin
149149# COSIGN_VERSION=$(curl https://api.github.com/repos/sigstore/cosign/releases/latest | grep tag_name | cut -d : -f2 | tr -d "v\", ")
150150COSIGN_VERSION=2.6.1
151151echo " ✍️ Installing cosign version ${COSIGN_VERSION} "
152- curl -O -L " https://github.com/sigstore/cosign/releases/download/v${COSIGN_VERSION} /cosign-${COSIGN_VERSION} -1.x86_64 .rpm"
152+ curl -O -L " https://github.com/sigstore/cosign/releases/download/v${COSIGN_VERSION} /cosign-${COSIGN_VERSION} -1.$( arch ) .rpm"
153153rpm -ivh " cosign-${COSIGN_VERSION} -1.x86_64.rpm" && rm " cosign-${COSIGN_VERSION} -1.$( arch) .rpm"
154154
155155TRIVY_VERSION=$( curl -sSL https://api.github.com/repos/aquasecurity/trivy/releases/latest | jq -re ' .tag_name|sub("^v";"")' )
You can’t perform that action at this time.
0 commit comments