vix.ing · top · new · best · stats · spec

Improving the Security of Containerized Workloads using Transparency and Traceability Services

2026/08/01 by Nikos Fotiou, Lefteris Georgiadis, Ignacio Lacalle +2
Computer Science · #cs.CR

paper · pdf

in IEEE CSR 2026

arxiv created 2026/08/01 · arxiv updated 2026/08/04

Abstract

Containerized workloads are commonly built via CI/CD pipelines, stored in registries, and executed across heterogeneous infrastructures, including cloud and edge environments. A single compromised build step or credential can turn routine automation into large-scale distribution of malicious artifacts, motivating integrity, transparency, and enforceable deployment-time checks. In this paper, we present an architecture for verifiable container image distribution that addresses key-management challenges and enables policy-enforced admission-time verification. A transparency service generates one-time signing keys bound to authenticated identities, records signing events in an append-only transparency registry, and returns cryptographically verifiable proofs of inclusion. These proofs and identity attributes are attached to image metadata and evaluated by policy-as-code at admission time, so only compliant artifacts are deployed. We implement a proof-of-concept integrated with GitHub Actions and GitLab Runners and evaluate how the resulting pipeline mitigates common supply-chain attacks under a realistic threat model.

Citations