Interview Security & DevSecOps

What is supply-chain security, and what is SLSA? [Intermediate]

Answer

Supply-chain security protects the integrity of software from source code through build, dependencies, artifacts, deployment, and runtime. SLSA is a framework that defines increasing levels of build integrity, provenance, and tamper resistance for software artifacts.

Technical explanation

Supply-chain controls include branch protection, dependency review, reproducible or isolated builds, artifact signing, provenance, SBOMs, and deployment verification.

SLSA helps teams mature from basic provenance generation to stronger build isolation and tamper-resistant provenance.

The goal is to prove what was built, from which source, by which builder, and whether it was modified after the build.

Hands-on example

Hands-on design: protected main branch -> CI builds in an isolated runner -> generate SBOM and SLSA provenance -> sign image digest -> store attestations -> Kubernetes admission verifies signature/provenance before allowing deploy.

Preparing for an interview?

Check how well your resume matches the role with our free resume checker— match score, ATS check, and the skills you're missing.

More Security & DevSecOps interview questions

← All Security & DevSecOps questions