Skip to main content

Command Palette

Search for a command to run...

Trivy - Image Scanning Tool

Updated
1 min read
Trivy - Image Scanning Tool
A

I am a Software Developer, mainly involved in Software Development of JAVA-enabled web applications.

Installation

Follow the instruction in this article to install Trivy.

Scan

To scan the docker image:

  1. Build the image.

     docker build . -t hello-world
    
  2. Scan the image.

     trivy scan hello-world
    
61 views

More from this blog

A

Ada's Programming Notebook

22 posts

I am a software developer based in Manchester, United Kingdom. Recently, I'm interested in Cloud Computing. I study writing Java SpringBoot and Node.js applications in AWS and Google Cloud.