What problem does it solve?
This Skill automates the process of identifying security vulnerabilities, misconfigurations, and secrets within container images, Infrastructure as Code (IaC) files, and code repositories.
Core Features & Use Cases
- Comprehensive Scanning: Detects vulnerabilities in OS packages and application dependencies across various ecosystems.
- IaC Misconfiguration Detection: Identifies security risks in Terraform, CloudFormation, Kubernetes manifests, and Dockerfiles.
- Secrets Detection: Scans code and images for hardcoded secrets like API keys and passwords.
- SBOM Generation: Creates Software Bill of Materials (SBOM) in CycloneDX and SPDX formats.
- Use Case: Integrate this Skill into your CI/CD pipeline to automatically scan every new container image build for critical vulnerabilities before deployment.
Quick Start
Use the trivy skill to scan the current directory for vulnerabilities and secrets.