Publisher: whitelist comment codifying the public/private line (#826)
ci / audit (push) Successful in 23s

https://projects.knownelement.com/issues/826#note-15
This commit is contained in:
2026-09-06 15:36:05 -05:00
parent 537b434868
commit c3562468c7
+1 -1
View File
@@ -59,7 +59,7 @@ DASH=$(mktemp)
mkdir -p "$PAGES"
mv "$DASH" "$PAGES/page.md"
# ---------- reports ----------
# ---------- reports (WHITELIST: public content only — NEVER revenue/expense detail, see hub README transparency policy)
for report in report-amt-power-telemetry report-moonlight-desktop; do
R=$(mktemp)
{ fm "$report"; sed -n '/^# /,$p' "$REPO_ROOT/docs/$report.md"; } > "$R"