Dashboard Beta
The grekt dashboard gives you visibility into your artifact ecosystem: what's installed on which projects, global and per-artifact scan results, eval reports, and available registries.
The dashboard is self-hosted.
How it works
Run grekt dashboard sync in any project containing artifacts.
This single command syncs installed artifacts, scan results, eval reports, and cleans up artifacts that were removed locally.
You can run it manually or as a CI/CD step to keep the dashboard always up to date.
What gets synced
| Data | Source | When |
|---|---|---|
| Project metadata | grekt.yaml | Every sync |
| Installed artifacts | grekt.lock | Every sync |
| Scan results | .grekt/reports/scan.json | When a scan report exists |
| Eval results | .grekt/reports/eval.json | When an eval report exists |
| Registries | .grekt/config.yaml | When registries are configured |