Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 736 Bytes

File metadata and controls

21 lines (14 loc) · 736 Bytes

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.