Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: download arm64 CLI on M1/M2 macs, allow baseURL configuration [HEAD-867] #453

Merged
merged 6 commits into from
Oct 5, 2023

Conversation

bastiandoetsch
Copy link
Collaborator

@bastiandoetsch bastiandoetsch commented Oct 4, 2023

Description

This PR adds the new arm64 binary for the CLI download. Also, it allows to add the baseURL to download the CLI from, to faciliate usage of FIPS enabled binaries, or locally provided CLIs.

Checklist

  • Tests added and all succeed
  • Linted
  • CHANGELOG.md updated
  • README.md updated, if user-facing

Screenshots / GIFs

image

@bastiandoetsch bastiandoetsch requested a review from a team as a code owner October 4, 2023 10:02
@@ -463,6 +465,15 @@ class SnykSettingsDialog(
)
)

cliBaseDownloadUrlTextField.toolTipText = "The default URL is https://static.snyk.io. " +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: do we really want to mention this here? From a maintenance perspective, I think it would be better to leave this to the user-docs.

@PeterSchafer PeterSchafer merged commit 7d2b272 into master Oct 5, 2023
8 checks passed
@PeterSchafer PeterSchafer deleted the feat/use-arm64-cli-on-darwin branch October 5, 2023 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants