chore: complete tech log product identity

This commit is contained in:
DongHyeonka
2026-08-13 18:53:52 +09:00
parent c2e35dd8ad
commit 002ba3624e
21 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -304,7 +304,7 @@ export async function verifyLocalSupplyChainEvidence(
}
export const LOCAL_EVIDENCE_VERIFIER_ID =
"clean-architecture-frontend-template/local-evidence-verifier";
"tech-log-frontend/local-evidence-verifier";
export const LOCAL_EVIDENCE_VERIFIER_VERSION = "1";
export {
LOCAL_EVIDENCE_POLICY_INPUT_PATHS,
+1 -1
View File
@@ -10,7 +10,7 @@ import {
export const PROVIDER_FUTURE_SKEW_MS = 5 * 60 * 1_000;
export const PROVIDER_MAX_LIFETIME_MS = 2 * 60 * 60 * 1_000;
export const PROMOTION_VERIFIER_ID =
"clean-architecture-frontend-template/promotion-verifier";
"tech-log-frontend/promotion-verifier";
export const PROMOTION_VERIFIER_VERSION = "3";
const sha256 = z.string().regex(/^[a-f0-9]{64}$/u);