- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud
- Security

Scanning Images for Vulnerabilities with Trivy
Software vulnerabilities within containers can create security risks to your Kubernetes environment. This lab will allow you to practice your skills with scanning images using Trivy to determine whether they contain critical vulnerabilities.

Lab Info
Table of Contents
-
Challenge
Scan the Images with Trivy and Save the Results
Check all of the Pods in the
questionablesoft
namespace. Scan their images with Trivy and save the results for each scan to files in/home/cloud_user
. Give each file the name of the image and the.log
extension (e.g.,/home/cloud_user/myimage:1.1.0.log
).Note: Trivy is already installed on the control plane node. You do not need to install it yourself.
-
Challenge
Delete Pods with Major Vulnerabilities
Delete any Pods that have high- or critical-severity vulnerabilities in their images. You can delete Pods with
--force
if you wish.
About the author
Real skill practice before real-world application
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.