VS Code Extensions
Purplemet Web ASM

Purplemet Web ASM

by purplemet

Run Purplemet web attack surface analysis in your Azure DevOps pipelines

Downloads

0

Rating

(0)

Version

1.0.0

Last updated

Jun 09, 2026

This repository hosts the public release binaries, installation script, and Homebrew formula for Purplemet CLI, a command-line tool for running web application security analyses via the Purplemet platform.

The source code is maintained on a separate GitLab repository and will be made public soon.

🛡️ New to Purplemet? It's an Attack Surface Management platform — discover your web assets, scan them for vulnerabilities, and track your security posture over time. Dive into the official documentation to learn more, or explore the API reference.

Installation

Binary (Linux / macOS / Windows)

curl -sSL https://github.com/Purplemet/cli/releases/latest/download/install.sh | sh

Or download the binary directly from Releases.

Homebrew (macOS / Linux)

brew tap Purplemet/cli https://github.com/Purplemet/cli.git
brew install purplemet-cli

Docker

docker run --rm -e PURPLEMET_API_TOKEN=<token> ppmsupport/purplemet-cli analyze https://your-app.com

CI/CD Integrations

Purplemet CLI ships ready-to-use integrations for the major CI/CD platforms:

Platform Type Guide
GitHub Actions Composite Action Documentation
GitLab CI/CD Include Template Documentation
Bitbucket Pipelines Docker Pipe Documentation
Jenkins Shared Library Documentation
Azure DevOps Marketplace Extension Documentation

Only the Jenkins shared library is hosted in this repository (under integrations/jenkins, as required by the Jenkins Global Pipeline Library). The other integrations are published to their own marketplaces and registries — follow each guide above.

Documentation

Related extensions