Terminology Index

Glossary

1801 terms

Open concept maps

Showing 417-448 of 1801 terms

C
32

Container Registry Security

Protecting the container registry through access control, image signing and verification, vulnerability scanning of stored images, and provenance checks, so only trusted, clean images can be stored and deployed.

Since the registry is the supply-chain chokepoint between building and running images, securing it prevents attackers from poisoning the deployment stream. Controls include strict access control on who can push and pull, signing images and verifying signatures, scanning stored images for vulnerabilities, and enforcing that only images from trusted registries run via admission control. Weak registry security can let a single malicious image spread across an environment.

Introduced in: Cloud Workload Protection

Examples

  • Restricting push access so only the trusted pipeline can publish images.
  • Signing images in the registry and verifying signatures on deploy.
  • Scanning stored images and blocking deployment of vulnerable ones.

No related terms linked yet.