container-grype

Scan container images and SBOMs for vulnerabilities with Grype.

183|35|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/AgentSecOps/SecOpsAgentKit --skill container-grype
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: container-grype
Source: https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/devsecops/container-grype
Command: npx skills add https://github.com/AgentSecOps/SecOpsAgentKit --skill container-grype

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

Grype scans containers to identify known OS package and dependency vulnerabilities in container images and their SBOMs, enabling fast risk visibility and guided remediations.

Core Features & Use Cases

  • Container image and SBOM scanning: Detect vulnerabilities across OS packages and language dependencies within container images.
  • Threat prioritization and risk signaling: Leverage CVSS, EPSS, and KEV indicators to rank findings and focus remediation efforts.
  • Flexible outputs for tooling: Produce table, JSON, SARIF, and CycloneDX reports for integration with CI/CD pipelines and security dashboards.
  • CI/CD integration and automation: Embed vulnerability scans into build and release workflows to enforce security gates.

Quick Start

Install Grype and run grype on your container image to generate a vulnerability report.

Frequently Asked Questions about container-grype

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan a container image for vulnerabilities using Grype?

Scanning a container image for vulnerabilities using Grype involves running the grype command against your Docker or OCI image to detect OS package and language dependency risks, outputting a vulnerability report.

What vulnerability indicators does Grype use for threat prioritization?

Grype uses CVSS, EPSS, and KEV indicators for threat prioritization, ranking discovered container vulnerabilities to focus remediation efforts on the most critical OS package and dependency risks.

Can I integrate container vulnerability scanning into a CI/CD pipeline?

Yes, you can integrate container vulnerability scanning into a CI/CD pipeline by embedding Grype into build and release workflows, producing SARIF, JSON, or CycloneDX reports to enforce security gates.

Does Grype support SBOM analysis for Docker and OCI images?

Yes, Grype supports SBOM analysis for Docker and OCI images, scanning Software Bills of Materials to identify known vulnerabilities across OS packages and language dependencies within container images.

What output formats are available for container vulnerability reports?

Available output formats for container vulnerability reports include table, JSON, SARIF, and CycloneDX, enabling integration with CI/CD pipelines and existing security tooling dashboards.

When do I need to generate SARIF or CycloneDX reports for container security?

You need to generate SARIF or CycloneDX reports for container security when integrating vulnerability findings into CI/CD pipelines, security dashboards, or automated remediation workflows to enforce build gates.