Skip to content

sigstore/rekor-search-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1ba11b1 · Jan 6, 2025

History

87 Commits
Jan 6, 2025
Mar 28, 2023
Jun 19, 2023
Jan 6, 2025
May 17, 2022
May 18, 2022
Mar 24, 2023
May 17, 2022
Mar 24, 2023
Apr 18, 2023
Dec 29, 2022
Apr 30, 2024
Apr 30, 2024
Apr 30, 2024
Dec 22, 2024
Dec 22, 2024
Jan 6, 2025
Jan 6, 2025
May 24, 2022
Apr 30, 2024

This repo contains a simple UI for searching Search the Rekor public transparency log.

https://search.sigstore.dev/

Rekor UI Screenshot

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Tests

Unit Tests

Run all Jest and React Testing Library unit tests:

npm run test

Launches the test runner in the interactive watch mode.

Tests are co-located and live as closely to corresponding code as possible.

Deploy

The app is based on Next.JS and is automatically built & deployed to GitHub Pages when pushing to the main branch.

Internal Server Configuration

This app supports overriding of the default rekor server instance for those running private instances of the the sigstore stack. Create a .env.local file at the root and include in it this environment variable

NEXT_PUBLIC_REKOR_DEFAULT_DOMAIN=https://privaterekor.sigstore.dev