About Red Hat Advanced Developer Suite - software supply chain
Learn how to secure your software development lifecycle with Red Hat Advanced Developer Suite - software supply chain.
Abstract
Preface Copy linkLink copied to clipboard!
Red Hat Advanced Developer Suite - software supply chain (RHADS - SSC) is a comprehensive suite of tools designed to enhance and secure the software supply chain for developers and DevOps teams.
Securing your software supply chain is critical to prevent software vulnerabilities. RHADS - SSC embeds security throughout the software development lifecycle (SDLC), enabling teams to innovate confidently while adhering to the highest security standards.
Chapter 1. Overview Copy linkLink copied to clipboard!
Red Hat Advanced Developer Suite (RHADS) was previously known as Red Hat Trusted Application Pipeline. Starting with version 1.6, it became part of a new Red Hat offering Red Hat Advanced Developer Suite.
RHADS is a DevSecOps framework that integrates security from project inception to production. It reduces security risks in continuous integration/continuous delivery (CI/CD) pipelines by embedding security checks, ensuring artifact integrity, and enabling compliance with standards such as Supply chain Levels for Software Artifacts (SLSA).
1.1. Key features Copy linkLink copied to clipboard!
- Ready-to-use templates: Start project quickly with customizable templates that include established security practices. Reduce setup time and focus on delivering secure software sooner.
- Secure CI/CD pipelines: Build, test, and deploy container images securely using pre-configured pipelines integrated with your Git repository. Apply security measures at every stage to reduce risks before code reaches production.
- Integrated security checks: Detect and address potential vulnerabilities with detailed insights to help understand the potential threats.
- SBOM management: Automatically generate a Software Bill of Materials (SBOM) for each pipeline. Sign attestations and maintain a clear record of component origins, ensuring traceability and compliance throughout the software life cycle.
- Tamper-proof artifact signing: Apply cryptographic signatures to code submissions and related artifacts. Maintain an immutable log of build and deployment activities to preserve trust and integrity.
- Compliance and policy enforcement: Comply with standards such as Supply chain Levels for Software Artifacts (SLSA) Level 3 and enterprise requirements. Configure approval gates, run vulnerability scans, and enforce policies so only verified, compliant artifacts move forward.
1.2. Integrated technologies Copy linkLink copied to clipboard!
Red Hat Advanced Developer Suite (RHADS) integrates with industry-leading platforms and tools:
| Component or Technology | Description |
|---|---|
| Red Hat Developer Hub (RHDH) | A self-service portal that streamlines development and integrates security best practices from the get-go. |
| Red Hat Trusted Artifact Signer (RHTAS) | Enhances software integrity through signature and attestation, ensuring all artifacts are secure and authentic. |
| Red Hat Trusted Profile Analyzer (RHTPA) | Automates the creation and management of SBOMs, providing transparency and compliance in your software supply chain. |
| Red Hat Advanced Cluster Security (RHACS) | Automates the scanning of artifacts for vulnerabilities. |
| OpenShift GitOps | Automates application deployment and lifecycle management, ensuring consistent versions of app definitions, configurations, and environments. |
| OpenShift Pipelines | Automates the CI/CD processes with visibility and control over build, test, and deployment workflows. |
1.3. Configuration options Copy linkLink copied to clipboard!
Red Hat Advanced Developer Suite allows flexibility in CI/CD management, source repositories, and artifact registries:
| Category | Options |
|---|---|
| CI/CD pipelines |
Note All CI pipelines except Tekton conform to SLSA Build L2. Tekton conforms to Build L3. |
| Source repositories |
|
| Artifact registries |
|
Chapter 2. Development workflow Copy linkLink copied to clipboard!
Red Hat Advanced Developer Suite (RHADS) integrates security at every step of the DevSecOps workflow:
- Start with secure templates: Leverage pre-built templates from RHDH for a secure foundation. These templates include code repositories, documentation, and pre-configured CI/CD pipelines.
- Develop and modify code: Modify your code after creating the application. Each code change triggers a pipeline that automatically performs security checks, including artifact signing, vulnerability scanning, and SBOM generation.
- OpenShift GitOps driven deployment: RHADS enforces security policies throughout the development lifecycle, from development to production, using Conforma. This ensures that only compliant builds are deployed.
Revised on 2025-09-24 19:12:30 UTC