ITADN

fix(dakota): CERT_IDENTITY_REGEXP missing dakota — 65% publish failure rate

#616Closedcastrojo 创建于 2026-06-11
1-triage
C
castrojocommented
## 🔴 P0 — Factory pipeline broken ### Root Cause Dakota publish.yml verifies cosign attestations with: ``` CERT_IDENTITY_REGEXP: https://github.com/projectbluefin/(bluefin|bluefin-lts|aurora|actions)/.github/workflows/ ``` But dakota signs its own images from `projectbluefin/dakota/.github/workflows/publish.yml`. The regex doesn't include `dakota` — so verification ALWAYS fails. ### Fix Add `|dakota` to the regex: ``` https://github.com/projectbluefin/(bluefin|bluefin-lts|aurora|dakota|actions)/.github/workflows/ ``` ### Impact - 13/20 recent publish runs FAILED (65% failure rate) - Dakota cannot publish signed images - One-line fix, immediate recovery ### Target Repos - projectbluefin/dakota (publish.yml) _Filed by automation audit — P0 reliability._
关闭于 2026-06-11 0 条评论