Skip to content

Commit

Permalink
Merge pull request #4279 from snyk/chore/macos_sign_explicit_timestamp
Browse files Browse the repository at this point in the history
chore: explicitly set —timestamp for codesign
  • Loading branch information
PeterSchafer committed Jan 9, 2023
2 parents 8bd9e05 + 31c0124 commit ff7bf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliv2/scripts/sign_darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ rm $APPLE_SIGNING_SECRETS
security set-key-partition-list -S apple-tool:,apple: -s -k "$KEYCHAIN_PASSWORD" "$KEYCHAIN_NAME"

echo "$LOG_PREFIX Signing binary $APP_PATH"
codesign -s "$APPLE_SIGNING_IDENTITY" -v "$APP_PATH" --options runtime
codesign -s "$APPLE_SIGNING_IDENTITY" -v "$APP_PATH" --timestamp --options runtime

#
# notarization
Expand Down

0 comments on commit ff7bf8f

Please sign in to comment.