Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 501 Bytes

File metadata and controls

20 lines (14 loc) · 501 Bytes

Docker-compose Image Analysis

Sysdig LSP scans the images defined in your docker-compose.yml files to identify vulnerabilities.

Important

Sysdig LSP analyzes each service's image in your compose file.

Sysdig LSP executing docker-compose image scan

Example

services:
  web:
    image: nginx:latest
  db:
    image: postgres:13

In this example, Sysdig LSP will provide actions to scan both nginx:latest and postgres:13 images.