DEPRECATED in flavour to docker tool
trivy is an opensource project for scanning vulnerabilities in container images, file systems, and Git repositories
- clone repository:
cd ~ && git clone https://github.com/william89731/trivy-scan && cd trivy-scan
-
make your images-list.txt
-
set alias:
alias scan='bash ~/trivy-scan/scan.sh ~/trivy-scan/images-list.txt'
- launch script:
scan
see the scan result in the report.txt