CI/CD integration

Dagger Integration Guide

Security scanning with Dagger pipelines

Get a Free API Key

Integrate Vulnetix CLI into Dagger pipelines for portable, containerized vulnerability scanning.

Add Vulnetix to Dagger

Create dagger.json and run the Vulnetix CLI in your Dagger pipeline. It collects SARIF, CycloneDX and SPDX artifacts automatically and uploads them for centralised vulnerability management:

# Using Dagger CLI
dagger run sh -c '
  curl -fsSL https://raw.githubusercontent.com/vulnetix/cli/main/install.sh | sh
  export PATH=$PATH:$HOME/.local/bin
  vulnetix scan
  vulnetix upload --file reports/results.sarif
'

Why run Vulnetix in Dagger?

Every scan from every job lands in one queue, deduplicated and prioritised with EPSS, CISA KEV and Coalition ESS exploit intelligence — so your Dagger pipeline gates merges on what is actually exploitable, not raw scanner noise.

All CI/CD integrations →  ·  All scanner integrations →