Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1 KB

File metadata and controls

15 lines (9 loc) · 1 KB

Vulnerability Explanation

Sysdig LSP provides on-demand vulnerability explanations directly in your editor. After running a scan on an image (e.g., base image, Docker Compose service), you can hover over the image name to see a detailed summary of the scan results.

This feature allows you to quickly assess the security posture of an image without leaving your code, displaying information such as total vulnerabilities, severity breakdown, and fixable packages in a convenient tooltip.

Sysdig LSP showing a vulnerability summary on hover

How It Works

  1. Run a Scan: Use a code action or code lens to scan an image in your Dockerfile or docker-compose.yml.
  2. Hover to View: Move your cursor over the image name you just scanned.
  3. Get Instant Feedback: A tooltip will appear with a formatted Markdown summary of the vulnerabilities found.

This provides immediate context, helping you decide whether to update a base image or investigate a specific package.