mirror of
https://github.com/HarborGuard/HarborGuard.git
synced 2026-03-23 00:02:41 +08:00
- Next.js 15 + React 19 web application - Multi-tool container security scanning (Trivy, Grype, Syft, Dockle, OSV, Dive) - Interactive vulnerability visualization with scatter plots - Historical scan tracking and comparison - Report export functionality (individual JSON + ZIP packages) - Real-time scan progress monitoring - Docker integration with local image scanning - REST API endpoints for programmatic access - Modern UI with Tailwind CSS + shadcn/ui components - Prisma ORM with SQLite database - TypeScript for type safety
21 lines
473 B
JSON
Executable File
21 lines
473 B
JSON
Executable File
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "new-york",
|
|
"rsc": true,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "",
|
|
"css": "src/app/globals.css",
|
|
"baseColor": "stone",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"aliases": {
|
|
"components": "components/components",
|
|
"utils": "components/lib/utils",
|
|
"ui": "components/components/ui",
|
|
"lib": "components/lib",
|
|
"hooks": "components/hooks"
|
|
},
|
|
"iconLibrary": "lucide"
|
|
} |