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
172
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.1.0-test-notarization.1
to
v0.1.0-test-notarization.2
+18
-24
.goreleaser.yaml

@@ -47,13 +47,7 @@ before:

- format: tar.gz
# This name template makes the OS and Arch compatible with the results of `uname`
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
format_overrides:
- goos: windows
format: zip
files:
- dist/*.dmg

@@ -103,18 +97,18 @@ release:

# Not setting it for now so we can publish prerelease tags
# skip_upload: auto
skip_upload: auto
snapcrafts:
# IDs of the builds for which to create packages for
- builds:
- linux-builds
# The name of the snap
name: stackit
# The canonical title of the application, displayed in the software
# centre graphical frontends
title: STACKIT CLI
publish: true
summary: A command-line interface to manage STACKIT resources.
description: "A command-line interface to manage STACKIT resources.\nThis CLI is in a BETA state. More services and functionality will be supported soon."
license: Apache-2.0
# Will only publish to `edge` and `beta` channels
grade: devel
# snapcrafts:
# # IDs of the builds for which to create packages for
# - builds:
# - linux-builds
# # The name of the snap
# name: stackit
# # The canonical title of the application, displayed in the software
# # centre graphical frontends
# title: STACKIT CLI
# publish: true
# summary: A command-line interface to manage STACKIT resources.
# description: "A command-line interface to manage STACKIT resources.\nThis CLI is in a BETA state. More services and functionality will be supported soon."
# license: Apache-2.0
# # Will only publish to `edge` and `beta` channels
# grade: devel