Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Security Scan Results

This directory contains historical security scan results for Docker images used in the deployer.

Current Status Summary

Image Version HIGH CRITICAL Status Last Scan Details
torrust/tracker-deployer latest 25 7 ⚠️ Monitored Jan 10, 2026 View
caddy 2.10 3 1 ⚠️ Monitored Jan 13, 2026 View
prom/prometheus v3.5.0 0 0 ✅ SECURE Dec 29, 2025 View
grafana/grafana 12.3.1 0 0 ✅ SECURE Dec 29, 2025 View
mysql 8.4 0 0 ✅ SECURE Dec 29, 2025 View

Overall Status: ⚠️ Deployer and Caddy images have upstream vulnerabilities (fixes available, monitoring for releases).

Scan Archives

Each file contains the complete scan history for a service:

How to Add New Scans

  1. Run Trivy scan: trivy image --severity HIGH,CRITICAL <image-name>
  2. Add results to the appropriate service file
  3. Update the summary table above
  4. Commit with message: docs: add security scan for <service> (<date>)

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