Compare commits
No commits in common. "2d4f2453e99ef94ed001d9a8c86753d4114ac7f0" and "71c251bcf7f27d72e5b288ea2ea58dce45a8a277" have entirely different histories.
2d4f2453e9
...
71c251bcf7
|
@ -103,26 +103,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<section class="flex-container">
|
|
||||||
<div class="flex-container-inner">
|
|
||||||
<div class="text-well">
|
|
||||||
<h3>git-sig</h3>
|
|
||||||
<a href="https://git.distrust.co/public/enclaveos" target="_blank" rel="noopener noreferrer">https://git.distrust.co/public/enclaveos</a>
|
|
||||||
<p>The simple multisig toolchain for git repos.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="flex-container-inner">
|
|
||||||
<ul>
|
|
||||||
<li>Attach any number of signatures to any given git ref</li>
|
|
||||||
<li>Verify git history contains a minimum threshold of unique commit signatures</li>
|
|
||||||
<li>Verify signatures belong to a defined GPG alias group</li>
|
|
||||||
<li>Verify code changes made since last time minimum valid signatures were present</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
{%- include footer.html -%}
|
{%- include footer.html -%}
|
||||||
|
|
Loading…
Reference in New Issue