Home
Welcome to Continuum Attest¶
Verifiable CI/CD Platform with Cryptographic Attestation
ATTEST is the only CI/CD platform that provides end-to-end cryptographic attestation, from source code to production deployment. Every build step is signed, every artifact is verified, and every deployment is provable.
Quick Navigation¶
- New to ATTEST? Start with Overview then Installation
- Ready to build? Jump to First Steps
- Core concepts? Read Core Concepts
- Having issues? Visit Troubleshooting
What You'll Learn¶
This user guide will teach you how to:
- Install and configure ATTEST on any system
- Create secure pipelines with cryptographic attestation
- Implement GitOps workflows with Kubernetes
- Enforce policies and maintain compliance
- Optimize performance with intelligent caching
- Migrate existing CI/CD pipelines to ATTEST
- Scale enterprise-wide with governance and monitoring
Getting Started¶
The fastest way to get started:
# Install ATTEST
curl -sSL https://raw.githubusercontent.com/Alien6-Studio/continuum-attest/main/scripts/install.sh | sh
# Create your first pipeline
cd your-project
attest init
# Run with full security
attest run --verify --sign
Key Features¶
- Cryptographic Attestation: Every build step signed with Ed25519
- Content-Addressed Caching: Blake3-based intelligent caching
- GitOps Native: Kubernetes CRDs with verification
- Policy Enforcement: OPA/Gatekeeper integration
- Multi-Cloud: Deploy across any Kubernetes cluster
- Audit Ready: SOX, HIPAA, and compliance frameworks
Documentation Sections¶
Section | Description |
---|---|
Getting Started | Installation, first steps, core concepts |
User Guide | Pipeline config, CLI, attestation, caching |
Advanced Topics | GitOps, policies, CI/CD integration, monitoring |
Practical Applications | Examples, migration, enterprise, troubleshooting |
Reference | API docs, pipeline format, FAQ, glossary |
Ready to revolutionize your CI/CD? → Get Started