You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

mygithub.libinneed.workers.dev/stackitcloud/stackit-cli

Package Overview
Dependencies
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mygithub.libinneed.workers.dev/stackitcloud/stackit-cli - go Package Compare versions

Comparing version
v0.1.0-test-skip-publish.8
to
v0.1.0-test-skip-publish.9
+3
-3
scripts/publish-apt-packages.sh

@@ -13,3 +13,3 @@ #!/bin/bash

PUBLIC_KEY_FILE="key.gpg"
CUSTOM_KEYRING="custom-keyring"
CUSTOM_KEYRING_FILE="custom-keyring.gpg"
DISTRIBUTION="stackit"

@@ -22,4 +22,4 @@ APTLY_CONFIG_FILE_PATH="./.aptly.conf"

curl ${OBJECT_STORAGE_ENDPOINT}/${PUBLIC_KEY_BUCKET_NAME}/${PUBLIC_KEY_FILE} >public.asc
gpg --no-default-keyring --keyring ./${CUSTOM_KEYRING}.gpg --import public.asc
aptly mirror create -keyring="${CUSTOM_KEYRING}.gpg" current "${OBJECT_STORAGE_ENDPOINT}/${APT_BUCKET_NAME}" ${DISTRIBUTION}
gpg --no-default-keyring --keyring ./${CUSTOM_KEYRING} --import public.asc
aptly mirror create -keyring="./${CUSTOM_KEYRING}" current "${OBJECT_STORAGE_ENDPOINT}/${APT_BUCKET_NAME}" ${DISTRIBUTION}

@@ -26,0 +26,0 @@ # Update the mirror to the latest state