From aa176bd9845cb752c7e4cc0e25dfb46892b53a68 Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Wed, 13 Dec 2023 14:40:57 +0000 Subject: [PATCH] resizing headings at top --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b0d37103..ef7003c1 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,17 @@ Witness project logo -#### What does Witness do?
+### What does Witness do?
✏️ **Attests** - Witness is a dynamic CLI tool that integrates into pipelines and infrastructure to create an audit trail for your software's entire journey through the software development lifecycle (SDLC) using the in-toto specification.
**🧐 Verifies** - Witness also features its own policy engine with embedded support for OPA Rego, so you can ensure that your software was handled safely from source to deployment. -#### What can you do with Witness? +### What can you do with Witness? - Verify how your software was produced and what tools were used - Ensure that each step of the supply chain was completed by authorized users and machines - Detect potential tampering or malicious activity - Distribute attestations and policy across air gaps -#### Key Features +### Key Features - Integrations with GitLab, GitHub, AWS, and GCP. - Designed to run in both containerized and non-containerized environments **without** elevated privileges. - Implements the in-toto specification (including ITE-5, ITE-6 and ITE-7) @@ -32,7 +32,7 @@ - Process tracing and process tampering prevention (Experimental) - Attestation storage with [Archivista](https://github.com/in-toto/archivista) -#### Demo +### Demo ![Demo][demo] ## Quick Start