Shopify / ejson

EJSON is a small library to manage encrypted secrets using asymmetric encryption.
MIT License
1.33k stars 63 forks source link

goreleaser / GitHub Actions #92

Closed thepwagner closed 2 years ago

thepwagner commented 2 years ago

EJSON's binary releases are compiled on a developer machine. Given EJSON's place low in the stack, users trust it to handle keys and decrypted secrets. Building release binaries in ephemeral CI would provide greater assurance they haven't been tampered with.

Another Shopify OSS project, toxiproxy, recently adopted goreleaser to compile artifacts and configured release build on GitHub Actions. Could EJSON do that too?

Related