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

macOS binary is unsigned, requiring Sec&Privacy adjustment #27

Closed
colindean opened this issue May 26, 2021 · 4 comments
Closed

macOS binary is unsigned, requiring Sec&Privacy adjustment #27

colindean opened this issue May 26, 2021 · 4 comments

Comments

@colindean
Copy link

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.

@facundoolano
Copy link
Owner

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.

@facundoolano
Copy link
Owner

Added a nothe to the README about this.

@DNA
Copy link
Contributor

DNA commented Jun 15, 2021

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 :)

@facundoolano
Copy link
Owner

Closing this, as it's referred in the README already.

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

No branches or pull requests

3 participants