Components
The seven named components that make up the Seal Platform.
Last updated
The seven named components that make up the Seal Platform.
The backend that holds your tenant's state: discovered packages, vulnerabilities, Sealing Rules, Seal Projects, users, tokens, and the operational data that the UI and the CLI both work against.
The package registry that hosts every sealed package Seal has built. The Seal CLI fetches sealed packages from it, and customers can also configure their package managers to point at it directly.
The web application for viewing discovered packages, creating Sealing Rules, managing Seal Projects, configuring tenant settings, and operating the AI surfaces.
The command-line tool customers run to apply sealed packages or report on what is discovered. The recommended deployment is the CLI in your CI/CD pipeline; it also runs on developer laptops or anywhere with network access to the Seal Platform.
The programmable surface for integrating Seal with external tooling.
The GitHub-hosted application that connects a customer's GitHub repositories to Seal. It reads dependency manifests, opens automatic pull requests for fixes, and reports findings back to the Seal Platform.
A wrapper around the Seal CLI that runs as a GitHub Actions step. Functionally equivalent to running the CLI directly; convenient for customers whose CI/CD is GitHub Actions.
Last updated