Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign 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 - npm Package Compare versions

Comparing version
v0.37.4
to
v0.37.5
+11
-4
.github/workflows/release.yaml

@@ -78,7 +78,14 @@ # STACKIT CLI release workflow.

GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
- name: Setup docker (missing on MacOS)
if: runner.os == 'macos'
- name: Setup Docker with Colima
run: |
brew install docker colima
colima start
# Install Docker CLI
brew install docker
# Install Colima
brew install colima
# Start Colima
colima start --cpu 2 --memory 4 --disk 20
# Verify Docker is working
docker --version
docker info
echo "Docker is ready!"
- name: Publish packages to APT repo

@@ -85,0 +92,0 @@ if: contains(github.ref_name, '-') == false