You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker.yml's weekly scheduled run (Mondays 9am UTC) has failed every week for months — no successful scheduled run in recent history, and the newest ghcr image version is 2026-02-04 (c1ddb7c). The failure is the security gates doing their job with nobody watching:
security-scan-rust: cargo audit finds 7 vulnerabilities, all transitive, all patch-fixable:
What's happening
docker.yml's weekly scheduled run (Mondays 9am UTC) has failed every week for months — no successful scheduled run in recent history, and the newest ghcr image version is 2026-02-04 (c1ddb7c). The failure is the security gates doing their job with nobody watching:
cargo auditfinds 7 vulnerabilities, all transitive, all patch-fixable:npm audit --audit-level=highalso failing (findings TBD)Because
build-imageneeds both scans, no image publishes — so the image users pull (see #1) still carries the vulnerable versions.Fix
cargo updatethe three crates past the advisory thresholds; address npm audit findings inui/