mirror of
https://github.com/anchore/syft.git
synced 2026-02-12 10:36:45 +01:00
remove ENV checks from siging script (#1134)
This commit is contained in:
parent
1bf97af3fb
commit
d196ab70a0
17
.github/scripts/apple-signing/setup-prod.sh
vendored
17
.github/scripts/apple-signing/setup-prod.sh
vendored
@ -14,23 +14,6 @@ if [ -z "$APPLE_DEVELOPER_ID_CERT_PASS" ]; then
|
|||||||
exit_with_error "APPLE_DEVELOPER_ID_CERT_PASS not set"
|
exit_with_error "APPLE_DEVELOPER_ID_CERT_PASS not set"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$DOCKER_USERNAME" ]; then
|
|
||||||
exit_with_error "DOCKER_USERNAME not set"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -z "$DOCKER_PASSWORD" ]; then
|
|
||||||
exit_with_error "DOCKER_PASSWORD not set"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -z "$GHCR_USERNAME" ]; then
|
|
||||||
exit_with_error "GHCR_USERNAME not set"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -z "$GHCR_PASSWORD" ]; then
|
|
||||||
exit_with_error "GHCR_PASSWORD not set"
|
|
||||||
fi
|
|
||||||
set -u
|
|
||||||
|
|
||||||
# setup_signing
|
# setup_signing
|
||||||
#
|
#
|
||||||
# preps the MAC_SIGNING_IDENTITY env var for use in the signing process, using production certificate material
|
# preps the MAC_SIGNING_IDENTITY env var for use in the signing process, using production certificate material
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user