# Test 1: Eigenes Projekt (sollte hohen Coolness Score bekommen) curl -X POST https://n8n.dk0.dev/webhook/docker-event ` -H "Content-Type: application/json" ` -d '{ "container": "portfolio-dev", "image": "denshooter/portfolio:latest", "timestamp": "2026-04-01T23:18:00Z" }' # Test 2: Bekanntes Self-Hosted Tool (mittlerer Score) curl -X POST https://n8n.dk0.dev/webhook/docker-event ` -H "Content-Type: application/json" ` -d '{ "container": "plausible-analytics", "image": "plausible/analytics:latest", "timestamp": "2026-04-01T23:18:00Z" }' # Test 3: CI/CD Runner (sollte ignoriert werden) curl -X POST https://n8n.dk0.dev/webhook/docker-event ` -H "Content-Type: application/json" ` -d '{ "container": "gitea-actions-task-351-workflow-ci-cd-job-test-build", "image": "catthehacker/ubuntu:act-latest", "timestamp": "2026-04-01T23:18:00Z" }' # Test 4: Spannendes Sicherheitstool (hoher Score) curl -X POST https://n8n.dk0.dev/webhook/docker-event ` -H "Content-Type: application/json" ` -d '{ "container": "suricata-ids", "image": "jasonish/suricata:latest", "timestamp": "2026-04-01T23:18:00Z" }'