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
@@ -6,7 +6,7 @@ name: frontend-quality-gates
on:
push:
branches: [develop]
branches: [main]
tags: ["v*"]
pull_request:
workflow_dispatch:
+3 -3
View File
@@ -59,7 +59,7 @@ function passingAssessment(): any {
generatedAt: "2026-08-02T00:00:00.000Z",
status: "PASS" as const,
verifier: {
id: "clean-architecture-frontend-template/local-evidence-verifier",
id: "tech-log-frontend/local-evidence-verifier",
version: "1",
sourceSha256: digest("verifier source"),
},
@@ -1490,7 +1490,7 @@ function syntheticSignedPromotionBundle() {
verifiedAt: "2026-08-02T01:00:00.000Z",
status: "PASS",
verifier: {
id: "clean-architecture-frontend-template/promotion-verifier",
id: "tech-log-frontend/promotion-verifier",
version: "3",
},
run,
@@ -1806,7 +1806,7 @@ async function createArchivedAssessmentFixture(): Promise<{
const assessment = localEvidenceAssessmentArtifactSchema.parse({
...passingAssessment(),
verifier: {
id: "clean-architecture-frontend-template/local-evidence-verifier",
id: "tech-log-frontend/local-evidence-verifier",
version: "1",
sourceSha256: supplyChainDigest(
policyInputs.filter(({ path: policyPath }) => verifierPaths.has(policyPath)),