Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Deployer Docker Image Scan Results

Historical security scan results for Docker images used by the deployer itself. These are Priority 3 images — lower risk, short-lived, not internet-exposed.

For production image scans, see ../../../production/scans/.

Current Status Summary

Image Version HIGH CRITICAL Status Last Scan Details
torrust/tracker-deployer trixie 46 1 ⚠️ CRITICAL blocked (OpenTofu grpc-go) Apr 15, 2026 View

Scan Archives

For backup service scans (production container), see ../../../production/scans/torrust-tracker-backup.md. For SSH server and provisioned-instance scans (testing only), see ../../../testing/scans/.

Build and Scan

# Build deployer image
docker build --target release --tag torrust/tracker-deployer:local --file docker/deployer/Dockerfile .

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

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