From 0fd4b3a1e8454cd4ee683a031caa6c8e38ca41e7 Mon Sep 17 00:00:00 2001 From: Musiker15 Date: Mon, 25 May 2026 17:51:30 +0200 Subject: [PATCH] ecosystem(mskanban): fix stale ghcr.io/musiker15 container references MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The MSKanban container is built and pushed via the project's release.yml workflow using ghcr.io/${{ github.repository_owner }} — which resolves to MSK-Scripts, not musiker15. The two remaining mentions in the docs (index.md container badge + privacy.md audit- status table) were leftovers from the original README copy. Mirrors MSK-Scripts/mskanban#53 which fixed the same URLs in the project's own root markdown files. Co-Authored-By: Claude Opus 4.7 (1M context) Signed-off-by: Musiker15 --- ecosystem/mskanban/index.md | 2 +- ecosystem/mskanban/privacy.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ecosystem/mskanban/index.md b/ecosystem/mskanban/index.md index bc704aa..60748ad 100644 --- a/ecosystem/mskanban/index.md +++ b/ecosystem/mskanban/index.md @@ -8,7 +8,7 @@ sidebar_position: 1 **A self-hostable, zero-knowledge Kanban board** — part of the MSK ecosystem alongside [MSK Paste](../msk-paste/index.md) and [MSK Shortener](../msk-shortener/index.md). - **Source code:** [github.com/MSK-Scripts/mskanban](https://github.com/MSK-Scripts/mskanban) -- **Container image:** [`ghcr.io/musiker15/mskanban`](https://github.com/musiker15/mskanban/pkgs/container/mskanban) +- **Container image:** [`ghcr.io/msk-scripts/mskanban`](https://github.com/MSK-Scripts/mskanban/pkgs/container/mskanban) - **License:** AGPL-3.0-or-later - **Current release:** `v0.1.0-beta` (pre-1.0 — see the [release notes](https://github.com/MSK-Scripts/mskanban/releases)) diff --git a/ecosystem/mskanban/privacy.md b/ecosystem/mskanban/privacy.md index 0d0b8bf..1eade96 100644 --- a/ecosystem/mskanban/privacy.md +++ b/ecosystem/mskanban/privacy.md @@ -193,7 +193,7 @@ Please do **not** open a public GitHub issue for security findings. |---|---| | Internal threat model + code review | ✅ documented in `docs/threat-model.md` | | Static analysis (CodeQL) | ✅ blocking in CI | -| Container signing (cosign keyless OIDC) | ✅ all `ghcr.io/musiker15/mskanban` tags | +| Container signing (cosign keyless OIDC) | ✅ all `ghcr.io/msk-scripts/mskanban` tags | | SBOM (CycloneDX + SPDX) | ✅ attached to every release | | External audit | ⚪ not yet — planned for the v1.0 cycle | | Penetration test | ⚪ not yet — planned for the v1.0 cycle |