As a consultant, it's always a pleasure to explore new tools, and since the end of 2024, we have been experimenting with CyberArk's SaaS offering.
conjur -version
zsh: operation not permitted: ./conjur
After some troubleshooting, I discovered that the binary had been quarantined by macOS 15.2. Running the following command confirmed this:
xattr -l /Applications/ConjurCloudCLI.app/Contents/Resources/conjur/conjur
com.apple.quarantine: 0187;678a416a;Microsoft\\x20Teams\\x20WebView;
To resolve this issue, I removed the quarantine attribute using the following command:
xattr -d com.apple.quarantine /Applications/ConjurCloudCLI.app/Contents/Resources/conjur/conjur
After applying this fix, I was able to successfully launch the CLI:
conjur --version Conjur Cloud CLI version 1.1.2