Chapter 1. Overview of Red Hat Advanced Developer Suite - software supply chain standalone CLI programs
You can use five command line interface (CLI) programs as part of Red Hat Advanced Developer Suite - software supply chain (RHADS - SSC) to enhance the security and compliance in your software supply chain.
These standalone CLI programs are shipped with Red Hat products that are either components or dependencies of RHADS - SSC:
Red Hat Trusted Artifact Signer (RHTAS) is a security tool that signs and attests software artifacts. You can install it simultaneously with RHADS - SSC or later using the Operator Lifecycle Manager. RHTAS provides access to these CLI tools:
Red Hat Trusted Profile Analyzer (RHTPA) automates the creation of software bills of materials (SBOMs) and helps you manage them. You can choose to install RHTPA during the RHADS - SSC installation. The CLI tool used for SBOMs generation is:
Red Hat Advanced Cluster Security (RHACS) is automatically installed and configured during the RHADS - SSC installation. RHACS tools thoroughly scan software artifacts to identify and address vulnerabilities at an early stage. The CLI available with RHACS is:
To check that a CLI binary is available for your architecture, view Chapter 2. Architectures
1.1. CLI programs available with RHTAS Copy linkLink copied to clipboard!
The binaries of the Cosign, Rekor, and Conforma CLI programs are shipped as components of RHTAS. After you have installed RHTAS, you can download these binaries from the OpenShift cluster by using the OpenShift web console.
Cosign
cosign is a tool for signing container images and verifying the signatures.
-
For
cosigninstallation and usage, refer to the Signing and verifying containers by using Cosign from the command-line interface RHTAS guide. - For more instructions on signing container images with cosign, refer to Managing compliance with Conforma in RHADS - SSC docs.
Rekor
The rekor tool is a data log that stores metadata of signed software artifacts and provides transparency for signatures of those artifacts. With the Rekor CLI, you can make, verify, and query entries in the Rekor transparency log.
-
To install
rekorand query the transparency log, refer to the Rekor-related procedures in the RHTAS Deployment guide.
Conforma
Conforma is a tool that enhances security of software supply chains. You can use it to define and enforce security policies for building and testing container images. Conforma is the Red Hat-supported build of the upstream open source project Conforma.
- For the Conforma CLI installation and usage, refer to Verifying signatures on container images with Conforma.
- For more information, refer to the Managing compliance with Conforma RHADS - SSC guide.
- For full upstream Conforma documentation, refer to the community-run Conforma Documentation website.
1.2. CLI used with RHTPA Copy linkLink copied to clipboard!
Syft
Syft is a CLI tool for generating Software Bill of Materials (SBOMs) for container images or your local file systems. It provides detailed information about packages, libraries, and dependencies of your software or file systems. Transparency on the software composition helps you secure your software supply chain and manage vulnerabilities.
Syft is distributed as a standalone container image through Red Hat Ecosystem Catalog. The container image is available for AMD64 architecture on Linux.
- To download the Syft image, view the Get this image instructions.
- To use Syft on architectures other than AMD64, install the upstream version of Syft.
- To create SBOMs with Syft, refer to Creating a software bill of materials manifest file.
- To inspect and manage SBOMs, refer to Inspecting your SBOM using Red Hat Trusted Profile Analyzer.
1.3. CLI used with RHACS Copy linkLink copied to clipboard!
roxctl
roxctl is a CLI for running commands on RHACS. RHADS - SSC pipelines can run three roxctl tasks, including scanning your container images for vulnerabilities and checking the build-time violations of your security policies in container images and YAML deployment files.
-
To learn more about
roxctltasks in the RHADS - SSC pipeline runs, refer to Red Hat Advanced Cluster Security tasks. -
To install the
roxctlbinary, refer to the roxctl CLI guide in the RHACS docs.