v0.8.1 — Supply-chain hardening: multi-arch + SBOM + cosign + Trivy
Supply-chain hardening release. Brings ghcr.io/yoda-digital/mcp-gitlab-server to enterprise procurement-grade posture (multi-arch, SBOM, SLSA provenance, Sigstore cosign signing, Trivy scanning) and hardens the workflow itself with least-privilege OIDC scoping + SHA-pinned actions. Zero impact on the npm package SDK surface.
Added
- Multi-arch container image (
linux/amd64,linux/arm64) — Apple Silicon, AWS Graviton, ARM-based Kubernetes nodes now pull native layers fromghcr.io/yoda-digital/mcp-gitlab-serverinstead of running through QEMU emulation. Closes #52. - Sigstore cosign keyless signing with Rekor-lag-tolerant in-CI verification smoke. Operators can verify with the recipe in
docs/OPERATIONS.md§ "Verifying the image". Closes #52. - SLSA Build-Level 3 provenance attestation (
provenance: mode=max) + SPDX SBOM attached to the published image manifest. Downloadable viacosign download attestationandcosign download sbom. Closes #52. - Trivy vulnerability scanning (HIGH/CRITICAL) gated to tag releases — tag pushes block on findings (release trust boundary); main + branch pushes report-only.
.trivyignoreat repo root as documented escape hatch. Closes #52. docs/OPERATIONS.md"Verifying the image" + Sigstore outage runbook + identity rotation runbook.
Internal (security hardening, no user-visible change)
id-token: write+attestations: writescoped to thedockerjob only (principle of least privilege). Previously proposed at workflow level;validateandhelmjobs no longer have OIDC reach.- SHA-pinned every action in the
dockerjob (actions/checkout,docker/setup-qemu-action,docker/setup-buildx-action,docker/login-action,docker/build-push-action,aquasecurity/trivy-action,sigstore/cosign-installer) with trailing version comments for Dependabot reviewability. Risk-tier policy documented inline above thedocker:job. Threat model addressed: a compromised major-tag could have minted an OIDC token viaACTIONS_ID_TOKEN_REQUEST_URLand signed a malicious artifact against our Fulcio identity. docs/plans/2026-05-18-full-resolution-megasession.mdcommitted as historical artifact (drove 0.7.1 + 0.8.0 + this work).