Skip to content

Files

Latest commit

7ea82b9 · Jul 12, 2023

History

History
21 lines (15 loc) · 830 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 830 Bytes

A Rekor monitor

This project hosts the code and deployment configuration for rekor-monitor.flxw.de. It is my attempt to mine some analytics data on how Rekor, Sigstore's transparency log, is used and who are the main users. Furthermore, I hope to evolve it into a monitoring system for Rekor, where users can be notified of suspicious signatures made in their name.

Local Deployment

You can run this project locally in a containerized fashion using the following commands:

git clone github.com/flxw/rekor-monitor
cd rekor-monitor/local
docker-compose up

This will build the Rekor crawler image and container, and start it along with the PostgreSQL and Grafana containers.

Acknowledgements