From 7089ef43050f3b0dd5fd3d3404b2bd778aa1f672 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Sun, 7 Apr 2024 11:28:59 -0400 Subject: [PATCH] feat: add git-sig to tools page --- _layouts/tools.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/_layouts/tools.html b/_layouts/tools.html index 905052f..a13c968 100644 --- a/_layouts/tools.html +++ b/_layouts/tools.html @@ -103,6 +103,26 @@ + +
+ +
+
+
+

git-sig

+ https://git.distrust.co/public/enclaveos +

The simple multisig toolchain for git repos.

+
+
+
+
    +
  • Attach any number of signatures to any given git ref
  • +
  • Verify git history contains a minimum threshold of unique commit signatures
  • +
  • Verify signatures belong to a defined GPG alias group
  • +
  • Verify code changes made since last time minimum valid signatures were present
  • +
+
+
{%- include footer.html -%}