Docker Security Skill Master container security hardening, vulnerability scanning, and secrets management following CIS Docker Benchmark. Purpose Implement security best practices for Docker containers and images including non-root users, capability dropping, and vulnerability scanning. Parameters | Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | image | string | No | - | Image to scan | | severity | enum | No | HIGH | CRITICAL/HIGH/MEDIUM/LOW | | compliance | string | No | CIS | CIS/NIST/SOC2 | Security Hardening Non-Root User (…