Docker Scout and Vulnerability Scanning
Learn about image scanning, a crucial security practice that analyzes container images for vulnerabilities, ensuring the security of your containerized applications.
We'll cover the following...
Every container runs multiple software packages that are susceptible to bugs and vulnerabilities that malicious actors can exploit.
Image scanners
Image scanning analyzes your images and produces a detailed list of all the software packages it uses. We call this list a software bill of materials (SBOM), and the image scanning system compares the SBOM against databases of known vulnerabilities and provides a report of vulnerabilities in your software. Most vulnerability scanners will rank the vulnerabilities and provide advice on fixes.
Vulnerability scanning is now an ...