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
173
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.12
to
v0.1.0-test-skip-publish.13
+2
-2
scripts/publish-apt-packages.sh

@@ -20,4 +20,4 @@ #!/bin/bash

printf ">>> Creating mirror \n"
wget -O - ${OBJECT_STORAGE_ENDPOINT}/${PUBLIC_KEY_BUCKET_NAME}/${PUBLIC_KEY_FILE} | gpg --no-default-keyring --keyring ${CUSTOM_KEYRING} --import
aptly mirror create -keyring="${CUSTOM_KEYRING}" current "${OBJECT_STORAGE_ENDPOINT}/${APT_BUCKET_NAME}" ${DISTRIBUTION}
wget -O - ${OBJECT_STORAGE_ENDPOINT}/${PUBLIC_KEY_BUCKET_NAME}/${PUBLIC_KEY_FILE} | gpg --no-default-keyring --keyring ${CUSTOM_KEYRING_FILE} --import
aptly mirror create -keyring="${CUSTOM_KEYRING_FILE}" current "${OBJECT_STORAGE_ENDPOINT}/${APT_BUCKET_NAME}" ${DISTRIBUTION}

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