Scan containers and dependencies for vulnerabilities with Trivy
Scan container images, filesystems, and dependencies for vulnerabilities.
Install: choco install trivy or brew install trivy
Scan container image:
trivy image --severity HIGH,CRITICAL --format json -o trivy-report.json myapp:latest
Scan filesystem (NuGet/npm):
trivy fs --severity HIGH,CRITICAL --scanners vuln .
Scan IaC (Terraform, Helm, Dockerfile):
trivy config --severity HIGH,CRITICAL .
CI Integration:
- script: trivy image --exit-code 1 --severity CRITICAL $(ACR_NAME).azurecr.io/$(IMAGE):$(TAG)
displayName: "Container Scan"
<image-or-path>: Container image or filesystem path--severity=<levels>: Filter (LOW, MEDIUM, HIGH, CRITICAL)Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer