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

Option to not sign container contents #775

Open
zooba opened this issue Oct 14, 2024 · 1 comment
Open

Option to not sign container contents #775

zooba opened this issue Oct 14, 2024 · 1 comment
Labels
feature-request Priority:3 Work that is nice to have

Comments

@zooba
Copy link

zooba commented Oct 14, 2024

Is your feature request related to a problem? Please describe.
I have a complex build where I produce one set of binaries and multiple containers. I want all the binaries to be signed once so they are identical in each container. This tool always signs the contents of my Nuget and MSIX containers, even though they are already signed.

Describe the solution you'd like
A command line option to only sign the specified container itself, and not extract it and sign every file inside of it.

Updating the appxmanifest is nice, though, but I'd happily provide a second option to do that. My build already handles updating it manually.

Describe alternatives you've considered
An environment variable would also be fine.

Additional context
Include the output of sign --version.

0.9.1-beta.24469.1+5516908609085978174904945d54144c117041dc

(On my local machine, not my CI machine, but it's installed fresh every time there. I'm not running an official build to get a version number for a feature request - I've already checked that there's no code in main that would do what I need.)

@dlemstra
Copy link
Contributor

This sounds like a reasonable addition but this should probably be an option instead of a check for an environment variable.

@dtivel dtivel added Priority:3 Work that is nice to have feature-request labels Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Priority:3 Work that is nice to have
Projects
None yet
Development

No branches or pull requests

3 participants