-
Notifications
You must be signed in to change notification settings - Fork 32
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
macOS binary is unsigned, requiring Sec&Privacy adjustment #27
Comments
Note that you can get around this without the sec&privacy change by opening the dir where binary is with Finder, right clicking the binary and clicking Open. If you allow permissions there you'll be able to run in the shell next time without problems. I could add a note for that in the README. I'm not familiar with the Apple signing process to prevent this altogether, I could look into it if it's not too onerous. |
Added a nothe to the README about this. |
Haven't done it yet, but it seems like a good tutorial: https://www.kencochrane.com/2020/08/01/build-and-sign-golang-binaries-for-macos-with-github-actions/ It feels like a lot of steps to setup, but can be automated easily :) |
Closing this, as it's referred in the README already. |
I downloaded the binary and ran it on macOS 10.15.7. I got a security warning. I was able to open the Security & Privacy prefpane and allow it to run. The next time I ran it, I got the security warning again, but I was able to proceed.
The text was updated successfully, but these errors were encountered: