Victor Vrantchan

Results 73 issues of Victor Vrantchan

Right now the config structs all use uppercase keys like `URL`. `Management` etc are all uppercase. It's customary for JSON to have lowercase keys. This can be accomplished using [struct...

Reference: https://mackyle.github.io/xar/howtosign.html#howto Example: https://hub.docker.com/r/bruienne/pkgsign/ Using an encrypted key: https://cloud.google.com/container-builder/docs/securing-builds/use-encrypted-secrets-credentials For this step I would encrypt the Apple Developer Certificate and place it in a storage bucket, and the use the...

enhancement