Day 4 | Pods in Production, SideCar vs init Containers, Trivy, Kyverno

Image Security: Trivy

So to prevent this there is tool called trivy

Trivy is an open-source vulnerability scanner that detects misconfigurations, secrets, and vulnerabilities in containers and other artifacts:

Trivy is simple to use, and all you need to do is install the binary and specify a target. You can generate scan reports and store them long term in S3 buckets or other long-term solutions.

Two way to use trivy:

  1. Manual scanning
  2. Add a stage CICD pipeline

Here are some steps for using Trivy to scan an image:

  1. Install Trivy: Trivy can be installed as a binary, container image, or snap package.