This commit is contained in:
ejahnGithub
2024-02-23 08:41:44 -08:00
parent a801b62e6f
commit d83c83490f
6 changed files with 5 additions and 46 deletions

6
src/endpoints.ts Normal file
View File

@@ -0,0 +1,6 @@
export const FULCIO_PUBLIC_GOOD_URL = 'https://fulcio.sigstore.dev'
export const REKOR_PUBLIC_GOOD_URL = 'https://rekor.sigstore.dev'
export const SEARCH_PUBLIC_GOOD_URL = 'https://search.sigstore.dev'
export const FULCIO_INTERNAL_URL = 'https://fulcio.githubapp.com'
export const TSA_INTERNAL_URL = 'https://timestamp.githubapp.com'