From 74f76ccc426641f609cde3b4f00d545bf99e84fe Mon Sep 17 00:00:00 2001 From: gerblesh <101901964+gerblesh@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:28:29 -0800 Subject: [PATCH] add cosign key --- .gitignore | 1 + cosign.pub | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 cosign.pub diff --git a/.gitignore b/.gitignore index 2ea33b5b..9a5a8ce8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea cosign.key +cosign.private diff --git a/cosign.pub b/cosign.pub new file mode 100644 index 00000000..6c6065e4 --- /dev/null +++ b/cosign.pub @@ -0,0 +1,4 @@ +-----BEGIN PUBLIC KEY----- +MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEUjscTPfDDA3G6NdqtETLI9ay6NJe +AGRma87P/fuka6UfONwuUZUAJQeeIvQ7gZXWPg6ondBvi/KC/fnGGncOnw== +-----END PUBLIC KEY-----