Skip to content
Star

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.

Get it on GitHub

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

DataSourceWhen
Project metadatagrekt.yamlEvery sync
Installed artifactsgrekt.lockEvery sync
Scan results.grekt/reports/scan.jsonWhen a scan report exists
Eval results.grekt/reports/eval.jsonWhen an eval report exists
Registries.grekt/config.yamlWhen registries are configured

See also