-
I was looking at different ways to sign our artifacts. There are two integration tests for
Correct me if I'm wrong:
Am I right? And which approach would you pick today? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes, also keep in mind that with first, you only sign items you currently build, while the second will also sign items you consume from elsewhere, especially with code-signing I won't recommend this, unless you really carefully have investigated your dependency chain, as all code signed with run under your name and your granted access rights!
This depends on so many aspects that there is no generic answer (see above) if code signing is not only your vehicle for "I don't want to get a warning at install" ... |
Beta Was this translation helpful? Give feedback.
Yes, also keep in mind that with first, you only sign items you currently build, while the second will also sign items you consume from elsewhere, especially with code-signing I won't recommend this, unless you really carefully have investigated your dependency chain, as all code signed with run under your name and your granted access rights!
This depends on so many aspects that there is no generic answer (see above) if code signing is not only your vehicle for "I don't want to get a warning at install" ...