CascadeGuard App
Web application and public vulnerability dashboard for CascadeGuard secure container images.
Vulnerability Dashboard
The public dashboard is served at /dashboard by the web app, backed by the CascadeGuard API with live data for all published images. No separate static site or build-time scan is needed.
Architecture
- Web app (
packages/web) — React/TypeScript SPA deployed to Cloudflare Pages viadeploy.yaml - API (
api) — Powers the/dashboardand/imagesroutes with fresh vulnerability data - CI/CD — Single
deploy.yamlpipeline;scan-actions.yamlfor scheduled CVE scanning
Development
npm install
npm run devLicensing
CascadeGuard App is licensed under the Business Source License 1.1.
Key terms:
- You may use, modify, and redistribute this software freely for non-production and internal production use.
- You may not offer this software to third parties as a commercial container image lifecycle management service or a managed image rebuild service.
- On 2030-04-04, this version automatically converts to the Apache License 2.0.
For commercial licensing inquiries, contact licensing@cascadeguard.io.