CI/CD integration

Bamboo Integration Guide

Security scanning in Bamboo builds

Get a Free API Key

Integrate Vulnetix CLI into Atlassian Bamboo build plans for automated vulnerability scanning.

Add Vulnetix to Bamboo

Create bamboo-specs.yaml and run the Vulnetix CLI in your Bamboo pipeline. It collects SARIF, CycloneDX and SPDX artifacts automatically and uploads them for centralised vulnerability management:

# Bamboo Script task
curl -fsSL https://cli.vulnetix.com/install.sh | sh
export PATH=$PATH:$HOME/.local/bin
vulnetix auth verify
vulnetix scan --severity high

Why run Vulnetix in Bamboo?

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

All CI/CD integrations →  ·  All scanner integrations →