Questions around developing a new cask for "microsoft-authentication-cli" #5667
Unanswered
keyuxuan
asked this question in
Writing Formulae/Casks
Replies: 1 comment 4 replies
-
The cask binaries need to be signed, but even after that, it'll almost certainly be rejected in the first round:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
I am working on onboarding a new package (a CLI tool) microsoft-authentication-cli to Homebrew.
I tried to onboard microsoft-authentication-cli to Homebrew through cask. And I was able to install the package successfully on my mac machine by running
brew install
.However, when i tried to run the cli commands, for example
azureauth --version
for the first time. I keep getting the warnings such asApple could not verify "azureauth" is free of malware that may harm your mac or comporise your privacy
. I have to go tosettings -> privacy and security
and pressAllow Anyway
for all those warnings in order to make the cli command work.I have attached the cask script and some warning screenshots here.
Does anyone know why I am getting those warnings and how to bypass/fix those warnings so that I dont need to manually click the
allow
insettings -> privacy and security
?Thanks for the help in advance.
Beta Was this translation helpful? Give feedback.
All reactions