Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Docker Image Scan Results

Historical security scan results for the Torrust Tracker Docker image.

Current Status Summary

Image Stage MEDIUM HIGH CRITICAL Status Last Scan Details
torrust-tracker release 5 0 0 ✅ Clean Jun 29, 2026 View

Build and Scan

# Build the production release image
docker build -t torrust-tracker:local -f Containerfile .

# Scan
trivy image --severity HIGH,CRITICAL torrust-tracker:local

See ../README.md for detailed scanning instructions.