Loading...
Loading...
Run Trivy to scan container images for OS and library vulnerabilities, misconfigurations, and secrets. Comprehensive multi-target security scanner.
npx skill4agent add vchirrav/owasp-secure-coding-md container-scan-trivybrew install trivyapt install trivytrivy --versiontrivy image --format json --output trivy-results.json <image>:<tag>trivy fs --format json --output trivy-results.json <path>trivy config --format json --output trivy-results.json <path>trivy image --severity HIGH,CRITICAL --format json <image>trivy image --ignore-unfixed --format json <image>trivy image --scanners vuln,secret --format json <image>| # | Severity | CVE | Package | Installed | Fixed | Type (OS/library) | Title |
|---|----------|-----|---------|-----------|-------|--------------------|-------|