Homebrew notarisation process #1648
Unanswered
johnalanwoods
asked this question in
Writing Formulae/Casks
Replies: 3 comments 3 replies
-
I'm guessing because they're not |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you compile an executable (say, one that does |
Beta Was this translation helpful? Give feedback.
0 replies
-
The following might be useful reading material: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why are executables that I install via homebrew trusted by MacOS (gatekeeper)? i.e. after installation I can run an executable and don't get a security popup and don't have to allow an exception - why is that?
I initially thought that homebrew might sign/notarize the binaries in their CI, but looking at some random executables it doesn't look like they have a signature: spctl -a -v $(which ).
Wondering about bottles more than complied locally.
Beta Was this translation helpful? Give feedback.
All reactions